commit:     a119e99a2bb8d971017569045fc13ad6132e555d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 23:31:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 00:32:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a119e99a

www-servers/thttpd: 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 <AT> gentoo.org>

 www-servers/thttpd/thttpd-2.27.1.ebuild | 1 -
 www-servers/thttpd/thttpd-9999.ebuild   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/www-servers/thttpd/thttpd-2.27.1.ebuild 
b/www-servers/thttpd/thttpd-2.27.1.ebuild
index bd2cb885c42..ecb3a592c1a 100644
--- a/www-servers/thttpd/thttpd-2.27.1.ebuild
+++ b/www-servers/thttpd/thttpd-2.27.1.ebuild
@@ -9,7 +9,6 @@ if [[ ${PV} = 9999* ]]
 then
        EGIT_REPO_URI="https://github.com/blueness/sthttpd.git";
        inherit git-r3
-       KEYWORDS="amd64 arm ppc ppc64 sparc x86"
 else
        MY_P="s${P}"
        S="${WORKDIR}/${MY_P}"

diff --git a/www-servers/thttpd/thttpd-9999.ebuild 
b/www-servers/thttpd/thttpd-9999.ebuild
index f2eb3dde345..babc844058e 100644
--- a/www-servers/thttpd/thttpd-9999.ebuild
+++ b/www-servers/thttpd/thttpd-9999.ebuild
@@ -9,7 +9,6 @@ if [[ ${PV} = 9999* ]]
 then
        EGIT_REPO_URI="https://github.com/blueness/sthttpd.git";
        inherit git-r3
-       KEYWORDS=""
 else
        MY_P="s${P}"
        S="${WORKDIR}/${MY_P}"

Reply via email to