diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:53:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:19 +0000 |
commit | 4168c98799a725e61d79d55bb2f9a6cafcf4dc19 (patch) | |
tree | 9a93937253075ae3c70220483a3655e9cb71b410 /net-p2p | |
parent | net-misc/vde: fix double KEYWORDS (diff) | |
download | gentoo-4168c98799a725e61d79d55bb2f9a6cafcf4dc19.tar.gz gentoo-4168c98799a725e61d79d55bb2f9a6cafcf4dc19.tar.bz2 gentoo-4168c98799a725e61d79d55bb2f9a6cafcf4dc19.zip |
net-p2p/eiskaltdcpp: 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-p2p')
-rw-r--r-- | net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.10-r100.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.10-r100.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.10-r100.ebuild index 1355b15934bd..930dfe474fed 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.10-r100.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.10-r100.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 @@ -32,7 +32,6 @@ if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~x86" else EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" - KEYWORDS="" fi RDEPEND=" diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild index f4478e0ca01e..50b6c2dfc1e3 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-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 @@ -34,7 +34,6 @@ if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~x86" else EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" - KEYWORDS="" fi RDEPEND=" |