app-crypt/cryptohaze-combined: Fix ESVN_REPO_URI

This commit is contained in:
Wuodan 2018-08-18 12:34:09 +02:00
parent 1220a26d01
commit 8e39fb0c5d
No known key found for this signature in database
GPG key ID: 2FFAE0AE76B5D696
2 changed files with 4 additions and 2 deletions

View file

@ -21,7 +21,8 @@ RDEPEND="${DEPEND}"
if [[ ${PV} == "9999" ]] ; then
inherit subversion
KEYWORDS="-*"
ESVN_REPO_URI="https://cryptohaze.svn.sourceforge.net/svnroot/cryptohaze/Cryptohaze-Combined"
# ESVN_REPO_URI="https://cryptohaze.svn.sourceforge.net/svnroot/cryptohaze/Cryptohaze-Combined"
ESVN_REPO_URI="https://svn.code.sf.net/p/cryptohaze/code/Cryptohaze-Combined"
else
KEYWORDS="amd64 x86"
MY_PV=${PV/\./_}

View file

@ -31,7 +31,8 @@ RDEPEND="${DEPEND}"
if [[ ${PV} == "9999" ]] ; then
inherit subversion
KEYWORDS=""
ESVN_REPO_URI="https://cryptohaze.svn.sourceforge.net/svnroot/cryptohaze/Cryptohaze-Combined"
# ESVN_REPO_URI="https://cryptohaze.svn.sourceforge.net/svnroot/cryptohaze/Cryptohaze-Combined"
ESVN_REPO_URI="https://svn.code.sf.net/p/cryptohaze/code/Cryptohaze-Combined"
else
KEYWORDS="~amd64 ~x86"
MY_PV=${PV/\./_}