summaryrefslogtreecommitdiff
path: root/dev-embedded/sdcc/sdcc-2.9.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-embedded/sdcc/sdcc-2.9.0.ebuild')
-rw-r--r--dev-embedded/sdcc/sdcc-2.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/sdcc/sdcc-2.9.0.ebuild b/dev-embedded/sdcc/sdcc-2.9.0.ebuild
index 1a34c20e9937..f4753392fbd1 100644
--- a/dev-embedded/sdcc/sdcc-2.9.0.ebuild
+++ b/dev-embedded/sdcc/sdcc-2.9.0.ebuild
@@ -7,7 +7,7 @@ EAPI="2"
inherit eutils
if [[ ${PV} == "9999" ]] ; then
- ESVN_REPO_URI="https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc"
+ ESVN_REPO_URI="https://svn.code.sourceforge.net/p/sdcc/code/trunk/sdcc"
inherit subversion autotools
docs_compile() { return 0; }
else