mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
app-crypt/cryptohaze-combined: Fix ESVN_REPO_URI
This commit is contained in:
parent
1220a26d01
commit
8e39fb0c5d
2 changed files with 4 additions and 2 deletions
|
|
@ -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/\./_}
|
||||
|
|
|
|||
|
|
@ -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/\./_}
|
||||
|
|
|
|||
Loading…
Reference in a new issue