summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 22:25:03 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:30:42 +0000
commitaa904d05c69c69da5754ad6d5de0ee6a888c2dd8 (patch)
treef90f347b091cfc960dd2f0ba9115faa367361457 /dev-python/python_orocos_kdl
parentdev-python/pyFFTW: fix double KEYWORDS (diff)
downloadgentoo-aa904d05c69c69da5754ad6d5de0ee6a888c2dd8.tar.gz
gentoo-aa904d05c69c69da5754ad6d5de0ee6a888c2dd8.tar.bz2
gentoo-aa904d05c69c69da5754ad6d5de0ee6a888c2dd8.zip
dev-python/python_orocos_kdl: 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/python_orocos_kdl')
-rw-r--r--dev-python/python_orocos_kdl/python_orocos_kdl-1.4.0-r1.ebuild3
-rw-r--r--dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-1.4.0-r1.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-1.4.0-r1.ebuild
index e369ad493570..92cb225cbcd8 100644
--- a/dev-python/python_orocos_kdl/python_orocos_kdl-1.4.0-r1.ebuild
+++ b/dev-python/python_orocos_kdl/python_orocos_kdl-1.4.0-r1.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
@@ -13,7 +13,6 @@ fi
inherit ${SCM} python-r1 cmake
if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
SRC_URI=""
else
KEYWORDS="~amd64 ~arm"
diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild
index 6e29d89ba24e..414f23421153 100644
--- a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild
+++ b/dev-python/python_orocos_kdl/python_orocos_kdl-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
@@ -13,7 +13,6 @@ fi
inherit ${SCM} python-r1 cmake
if [ "${PV#9999}" != "${PV}" ] ; then
- KEYWORDS=""
SRC_URI=""
else
KEYWORDS="~amd64 ~arm"