mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
srsran: unkeyword 9999
This commit is contained in:
parent
7d2e68e204
commit
d9bab08417
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ HOMEPAGE="https://srs.io"
|
|||
#https://bugs.gentoo.org/733662
|
||||
#https://bugs.gentoo.org/832618
|
||||
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
KEYWORDS=""
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/srsran/srsRAN.git"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue