summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 23:16:33 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:31:50 +0000
commit7917d401df3dff56499a0ac4cdd92411f7d9947c (patch)
treeafd97ffda349a2a82d089ab02a06702f009ce089 /sci-libs/fcl
parentsci-libs/dmlc-core: fix double KEYWORDS (diff)
downloadgentoo-7917d401df3dff56499a0ac4cdd92411f7d9947c.tar.gz
gentoo-7917d401df3dff56499a0ac4cdd92411f7d9947c.tar.bz2
gentoo-7917d401df3dff56499a0ac4cdd92411f7d9947c.zip
sci-libs/fcl: 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/fcl')
-rw-r--r--sci-libs/fcl/fcl-0.5.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/fcl/fcl-0.5.0.ebuild b/sci-libs/fcl/fcl-0.5.0.ebuild
index 95a962bfbcf9..746c037a13ce 100644
--- a/sci-libs/fcl/fcl-0.5.0.ebuild
+++ b/sci-libs/fcl/fcl-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 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"