Skip to content

Commit

Permalink
dev-embedded/sdcc: Update sourceforge svn url
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Wegener <[email protected]>
  • Loading branch information
swegener committed Dec 19, 2015
1 parent 0ec6805 commit 2b991e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-embedded/sdcc/sdcc-2.9.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev-embedded/sdcc/sdcc-3.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EAPI="5"
inherit eutils toolchain-funcs

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
docs_compile() { return 0; }
else
Expand Down
2 changes: 1 addition & 1 deletion dev-embedded/sdcc/sdcc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EAPI="5"
inherit eutils toolchain-funcs

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
docs_compile() { return 0; }
else
Expand Down

0 comments on commit 2b991e1

Please sign in to comment.