diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:48:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:15 +0000 |
commit | 1da11a9f34e4605afd8ffd940714230a8583332c (patch) | |
tree | 80b4a6c41b65d910823dca38a5a70167d524a8d0 /net-libs/onion/onion-0.8.ebuild | |
parent | net-libs/liquid-dsp: fix double KEYWORDS (diff) | |
download | gentoo-1da11a9f34e4605afd8ffd940714230a8583332c.tar.gz gentoo-1da11a9f34e4605afd8ffd940714230a8583332c.tar.bz2 gentoo-1da11a9f34e4605afd8ffd940714230a8583332c.zip |
net-libs/onion: 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 'net-libs/onion/onion-0.8.ebuild')
-rw-r--r-- | net-libs/onion/onion-0.8.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-libs/onion/onion-0.8.ebuild b/net-libs/onion/onion-0.8.ebuild index 5c53165dda44..2be5752a9a3d 100644 --- a/net-libs/onion/onion-0.8.ebuild +++ b/net-libs/onion/onion-0.8.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=5 @@ -15,7 +15,6 @@ DESCRIPTION="C library to create simple HTTP servers and Web Applications" HOMEPAGE="https://www.coralbits.com/libonion/ https://github.com/davidmoreno/onion" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64" |