summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-14 23:31:03 +0000
committerSam James <sam@gentoo.org>2021-02-15 00:32:08 +0000
commita119e99a2bb8d971017569045fc13ad6132e555d (patch)
tree799531179037f5e4ca943d198a4655a732ccbdbe /www-servers/thttpd
parentwww-servers/ocsigenserver: fix double KEYWORDS (diff)
downloadgentoo-a119e99a2bb8d971017569045fc13ad6132e555d.tar.gz
gentoo-a119e99a2bb8d971017569045fc13ad6132e555d.tar.bz2
gentoo-a119e99a2bb8d971017569045fc13ad6132e555d.zip
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@gentoo.org>
Diffstat (limited to 'www-servers/thttpd')
-rw-r--r--www-servers/thttpd/thttpd-2.27.1.ebuild1
-rw-r--r--www-servers/thttpd/thttpd-9999.ebuild1
2 files changed, 0 insertions, 2 deletions
diff --git a/www-servers/thttpd/thttpd-2.27.1.ebuild b/www-servers/thttpd/thttpd-2.27.1.ebuild
index bd2cb885c42e..ecb3a592c1ab 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 f2eb3dde3455..babc844058e0 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}"