diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:26:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:30:44 +0000 |
commit | 150c19e6fb87fcb183ac9bcc94e2b8ce3c39c423 (patch) | |
tree | 8876c8a3a179a6b6d1940e953e3553fb7b7fe146 /dev-python/simplesoapy | |
parent | dev-python/rospkg: fix double KEYWORDS (diff) | |
download | gentoo-150c19e6fb87fcb183ac9bcc94e2b8ce3c39c423.tar.gz gentoo-150c19e6fb87fcb183ac9bcc94e2b8ce3c39c423.tar.bz2 gentoo-150c19e6fb87fcb183ac9bcc94e2b8ce3c39c423.zip |
dev-python/simplesoapy: 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/simplesoapy')
-rw-r--r-- | dev-python/simplesoapy/simplesoapy-1.5.1-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/simplesoapy/simplesoapy-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/simplesoapy/simplesoapy-1.5.1-r1.ebuild b/dev-python/simplesoapy/simplesoapy-1.5.1-r1.ebuild index 1c9f498ceafa..713b5ef9b8ed 100644 --- a/dev-python/simplesoapy/simplesoapy-1.5.1-r1.ebuild +++ b/dev-python/simplesoapy/simplesoapy-1.5.1-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 @@ LICENSE="MIT" SLOT="0" if [ "${PV}" = "9999" ]; then - KEYWORDS="" inherit git-r3 EGIT_REPO_URI="https://github.com/xmikos/simplesoapy.git" else diff --git a/dev-python/simplesoapy/simplesoapy-9999.ebuild b/dev-python/simplesoapy/simplesoapy-9999.ebuild index 1c9f498ceafa..713b5ef9b8ed 100644 --- a/dev-python/simplesoapy/simplesoapy-9999.ebuild +++ b/dev-python/simplesoapy/simplesoapy-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 @@ LICENSE="MIT" SLOT="0" if [ "${PV}" = "9999" ]; then - KEYWORDS="" inherit git-r3 EGIT_REPO_URI="https://github.com/xmikos/simplesoapy.git" else |