summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 22:24:37 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:30:41 +0000
commit50842baa25e8ef0be987c4287bab43e8864f2748 (patch)
tree015bfc2ade1741ca3ec3676386ce2d95ec138bf9 /dev-python/pyFFTW
parentdev-python/pdfrw: fix double KEYWORDS (diff)
downloadgentoo-50842baa25e8ef0be987c4287bab43e8864f2748.tar.gz
gentoo-50842baa25e8ef0be987c4287bab43e8864f2748.tar.bz2
gentoo-50842baa25e8ef0be987c4287bab43e8864f2748.zip
dev-python/pyFFTW: 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-python/pyFFTW')
-rw-r--r--dev-python/pyFFTW/pyFFTW-0.12.0.ebuild3
-rw-r--r--dev-python/pyFFTW/pyFFTW-9999.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/pyFFTW/pyFFTW-0.12.0.ebuild b/dev-python/pyFFTW/pyFFTW-0.12.0.ebuild
index 609c78ed1ff4..af2331671882 100644
--- a/dev-python/pyFFTW/pyFFTW-0.12.0.ebuild
+++ b/dev-python/pyFFTW/pyFFTW-0.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,6 @@ HOMEPAGE="https://github.com/pyFFTW/pyFFTW"
LICENSE="BSD"
SLOT="0"
if [ "${PV}" = "9999" ]; then
- KEYWORDS=""
inherit git-r3
EGIT_REPO_URI="https://github.com/pyFFTW/pyFFTW.git"
else
diff --git a/dev-python/pyFFTW/pyFFTW-9999.ebuild b/dev-python/pyFFTW/pyFFTW-9999.ebuild
index 609c78ed1ff4..af2331671882 100644
--- a/dev-python/pyFFTW/pyFFTW-9999.ebuild
+++ b/dev-python/pyFFTW/pyFFTW-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,6 @@ HOMEPAGE="https://github.com/pyFFTW/pyFFTW"
LICENSE="BSD"
SLOT="0"
if [ "${PV}" = "9999" ]; then
- KEYWORDS=""
inherit git-r3
EGIT_REPO_URI="https://github.com/pyFFTW/pyFFTW.git"
else