From 150c19e6fb87fcb183ac9bcc94e2b8ce3c39c423 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 14 Feb 2021 22:26:18 +0000 Subject: [PATCH] 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 --- dev-python/simplesoapy/simplesoapy-1.5.1-r1.ebuild | 3 +-- 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 1c9f498ceafaf..713b5ef9b8ed0 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 1c9f498ceafaf..713b5ef9b8ed0 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