diff options
Diffstat (limited to 'dev-embedded/sdcc/sdcc-3.5.0.ebuild')
-rw-r--r-- | dev-embedded/sdcc/sdcc-3.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/sdcc/sdcc-3.5.0.ebuild b/dev-embedded/sdcc/sdcc-3.5.0.ebuild index 6091311f02e3..52a611f8dcb0 100644 --- a/dev-embedded/sdcc/sdcc-3.5.0.ebuild +++ b/dev-embedded/sdcc/sdcc-3.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI="5" inherit eutils toolchain-funcs 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 docs_compile() { return 0; } else |