summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 22:28:32 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:30:47 +0000
commit7ffcc07e2c2222bd484aa296fffc1ee48c1dd65a (patch)
tree0d0c874d9286671ffa2eaf78183d6a4d6d22d977 /dev-util/crash/crash-9999.ebuild
parentdev-util/catkin: fix double KEYWORDS (diff)
downloadgentoo-7ffcc07e2c2222bd484aa296fffc1ee48c1dd65a.tar.gz
gentoo-7ffcc07e2c2222bd484aa296fffc1ee48c1dd65a.tar.bz2
gentoo-7ffcc07e2c2222bd484aa296fffc1ee48c1dd65a.zip
dev-util/crash: 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/crash/crash-9999.ebuild')
-rw-r--r--dev-util/crash/crash-9999.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-util/crash/crash-9999.ebuild b/dev-util/crash/crash-9999.ebuild
index 65a7a71821fd..25d3d913e8f2 100644
--- a/dev-util/crash/crash-9999.ebuild
+++ b/dev-util/crash/crash-9999.ebuild
@@ -9,7 +9,6 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/crash-utility/crash.git"
SRC_URI="http://ftp.gnu.org/gnu/gdb/gdb-7.6.tar.gz"
EGIT_BRANCH="master"
- KEYWORDS=""
inherit git-r3
else
SRC_URI="https://github.com/crash-utility/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz