diff options
Diffstat (limited to 'dev-embedded/sdcc/sdcc-2.9.0.ebuild')
-rw-r--r-- | dev-embedded/sdcc/sdcc-2.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/sdcc/sdcc-2.9.0.ebuild b/dev-embedded/sdcc/sdcc-2.9.0.ebuild index f4753392fbd1..1da475d79881 100644 --- a/dev-embedded/sdcc/sdcc-2.9.0.ebuild +++ b/dev-embedded/sdcc/sdcc-2.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI="2" inherit eutils if [[ ${PV} == "9999" ]] ; then - ESVN_REPO_URI="https://svn.code.sourceforge.net/p/sdcc/code/trunk/sdcc" + ESVN_REPO_URI="https://svn.code.sf.net/p/sdcc/code/trunk/sdcc" inherit subversion autotools docs_compile() { return 0; } else |