summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 22:48:02 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:31:14 +0000
commitb1b2e65efc0dc68f766190834e99c190cfa1a4d9 (patch)
treeb23a918ed50fb82dee3ffca919ab38259ceccd11 /net-libs/libosmocore
parentnet-libs/libiio: fix double KEYWORDS (diff)
downloadgentoo-b1b2e65efc0dc68f766190834e99c190cfa1a4d9.tar.gz
gentoo-b1b2e65efc0dc68f766190834e99c190cfa1a4d9.tar.bz2
gentoo-b1b2e65efc0dc68f766190834e99c190cfa1a4d9.zip
net-libs/libosmocore: fix double KEYWORDS
Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libosmocore')
-rw-r--r--net-libs/libosmocore/libosmocore-0.10.2.ebuild1
-rw-r--r--net-libs/libosmocore/libosmocore-9999.ebuild1
2 files changed, 0 insertions, 2 deletions
diff --git a/net-libs/libosmocore/libosmocore-0.10.2.ebuild b/net-libs/libosmocore/libosmocore-0.10.2.ebuild
index 66b9ab242068..3ac080827d7c 100644
--- a/net-libs/libosmocore/libosmocore-0.10.2.ebuild
+++ b/net-libs/libosmocore/libosmocore-0.10.2.ebuild
@@ -11,7 +11,6 @@ HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
if [[ ${PV} == 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
- KEYWORDS=""
else
SRC_URI="http://cgit.osmocom.org/cgit/libosmocore/snapshot/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~x86"
diff --git a/net-libs/libosmocore/libosmocore-9999.ebuild b/net-libs/libosmocore/libosmocore-9999.ebuild
index 66b9ab242068..3ac080827d7c 100644
--- a/net-libs/libosmocore/libosmocore-9999.ebuild
+++ b/net-libs/libosmocore/libosmocore-9999.ebuild
@@ -11,7 +11,6 @@ HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
if [[ ${PV} == 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
- KEYWORDS=""
else
SRC_URI="http://cgit.osmocom.org/cgit/libosmocore/snapshot/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~x86"