summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 23:18:29 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:31:53 +0000
commitbbf3d8bb57797fd6945a24a729766893060de624 (patch)
tree34acfa578e78d2861548b335c06ac8cedae11e07 /sci-libs
parentsci-libs/numkit: fix double KEYWORDS (diff)
downloadgentoo-bbf3d8bb57797fd6945a24a729766893060de624.tar.gz
gentoo-bbf3d8bb57797fd6945a24a729766893060de624.tar.bz2
gentoo-bbf3d8bb57797fd6945a24a729766893060de624.zip
sci-libs/octomap: 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 'sci-libs')
-rw-r--r--sci-libs/octomap/octomap-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/octomap/octomap-9999.ebuild b/sci-libs/octomap/octomap-9999.ebuild
index f5c2b0c615ac..c53f4e28eafc 100644
--- a/sci-libs/octomap/octomap-9999.ebuild
+++ b/sci-libs/octomap/octomap-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,7 +12,6 @@ fi
inherit ${SCM} cmake-utils
if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
SRC_URI=""
else
KEYWORDS="~amd64 ~arm"