summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 22:55:00 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:31:22 +0000
commitbcc81f13a23721f98709c7c758561b11b4bd849b (patch)
tree6c8451657f3030d8a865d0bd16c971304c782aa6 /net-wireless/crackle
parentnet-wireless/btcrack: fix double KEYWORDS (diff)
downloadgentoo-bcc81f13a23721f98709c7c758561b11b4bd849b.tar.gz
gentoo-bcc81f13a23721f98709c7c758561b11b4bd849b.tar.bz2
gentoo-bcc81f13a23721f98709c7c758561b11b4bd849b.zip
net-wireless/crackle: 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-wireless/crackle')
-rw-r--r--net-wireless/crackle/crackle-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-wireless/crackle/crackle-9999.ebuild b/net-wireless/crackle/crackle-9999.ebuild
index 08e2559fd789..7892ef73c043 100644
--- a/net-wireless/crackle/crackle-9999.ebuild
+++ b/net-wireless/crackle/crackle-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,6 @@ HOMEPAGE="http://lacklustre.net/projects/crackle/"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/mikeryan/crackle.git"
inherit git-r3
- KEYWORDS=""
else
SRC_URI="http://lacklustre.net/projects/crackle/${P}.tgz"
KEYWORDS="~amd64 ~x86"