[net-im/spectrum] upsteam changed repo name
This commit is contained in:
parent
6cdde1a50c
commit
61768bb444
@ -4,18 +4,18 @@
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit cmake-utils systemd versionator ${VCS_ECLASS}
|
||||
inherit cmake-utils systemd versionator
|
||||
|
||||
if [[ ${PV} = "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://github.com/hanzz/libtransport.git"
|
||||
EGIT_REPO_URI="git://github.com/hanzz/${MY_PN}.git"
|
||||
inherit git-r3
|
||||
KEYWORDS=""
|
||||
else
|
||||
RESTRICT="mirror"
|
||||
MY_PN="spectrum"
|
||||
MY_PN="spectrum2"
|
||||
MY_PV=$(replace_version_separator '_' '-')
|
||||
MY_P="${MY_PN}-${MY_PV}"
|
||||
SRC_URI="https://github.com/downloads/hanzz/libtransport/${MY_P}.tar.gz"
|
||||
SRC_URI="https://github.com/downloads/hanzz/${MY_PN}/${MY_P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user