srsran: unkeyword 9999

This commit is contained in:
Anton Bolshakov 2022-05-11 10:42:56 +08:00
parent 7d2e68e204
commit d9bab08417
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -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