summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 22:30:41 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:30:50 +0000
commit68026f3a0518816ce1213e24915e8db399df41e8 (patch)
treec6b2a504dc9f9f75e90bdb2b9d22c86ee667f48f /dev-util
parentdev-util/idea-community: fix double KEYWORDS (diff)
downloadgentoo-68026f3a0518816ce1213e24915e8db399df41e8.tar.gz
gentoo-68026f3a0518816ce1213e24915e8db399df41e8.tar.bz2
gentoo-68026f3a0518816ce1213e24915e8db399df41e8.zip
dev-util/kcov: 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 'dev-util')
-rw-r--r--dev-util/kcov/kcov-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/kcov/kcov-9999.ebuild b/dev-util/kcov/kcov-9999.ebuild
index eec056058ef3..bfac1caa27c4 100644
--- a/dev-util/kcov/kcov-9999.ebuild
+++ b/dev-util/kcov/kcov-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,6 @@ SLOT="0"
if [ "${PV}" -eq 9999 ]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/SimonKagstrom/${PN}.git"
- KEYWORDS=""
else
SRC_URI="https://github.com/SimonKagstrom/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"