summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 23:05:49 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:31:33 +0000
commitb34ca8be097374db024daddf36e9f0f5d5583a1e (patch)
tree76ed25c8089267c682af7350be6fea51d8efca14 /sci-electronics/Stage
parentsci-chemistry/votca-xtp: fix double KEYWORDS (diff)
downloadgentoo-b34ca8be097374db024daddf36e9f0f5d5583a1e.tar.gz
gentoo-b34ca8be097374db024daddf36e9f0f5d5583a1e.tar.bz2
gentoo-b34ca8be097374db024daddf36e9f0f5d5583a1e.zip
sci-electronics/Stage: 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-electronics/Stage')
-rw-r--r--sci-electronics/Stage/Stage-4.3.0.ebuild3
-rw-r--r--sci-electronics/Stage/Stage-9999.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/sci-electronics/Stage/Stage-4.3.0.ebuild b/sci-electronics/Stage/Stage-4.3.0.ebuild
index 959166dc2194..0e4f2e8f98e9 100644
--- a/sci-electronics/Stage/Stage-4.3.0.ebuild
+++ b/sci-electronics/Stage/Stage-4.3.0.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=5
@@ -12,7 +12,6 @@ fi
inherit ${SCM} cmake-utils
if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
SRC_URI=""
else
KEYWORDS="~amd64"
diff --git a/sci-electronics/Stage/Stage-9999.ebuild b/sci-electronics/Stage/Stage-9999.ebuild
index 22f9d4d32b57..3d04f4d9c630 100644
--- a/sci-electronics/Stage/Stage-9999.ebuild
+++ b/sci-electronics/Stage/Stage-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=5
@@ -12,7 +12,6 @@ fi
inherit ${SCM} cmake-utils
if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
SRC_URI=""
else
KEYWORDS="~amd64"