sys-process/nq: fix versions variable
This commit is contained in:
parent
1a205a5480
commit
2c6b3c527b
@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
|
||||
EGIT_REPO_URI="https://github.com/leahneukirchen/${PN}.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v0.3.1.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
|
@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
|
||||
EGIT_REPO_URI="https://github.com/leahneukirchen/${PN}.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v0.3.1.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/leahneukirchen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user