diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:43:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:06 +0000 |
commit | 212df969dd930b2dffb3220ff23e9234d22f8a7a (patch) | |
tree | 0179d11cdda2c435747708ae0c9a6f9f7dd595e0 /media-sound/marrie | |
parent | media-sound/hydrogen: fix double KEYWORDS (diff) | |
download | gentoo-212df969dd930b2dffb3220ff23e9234d22f8a7a.tar.gz gentoo-212df969dd930b2dffb3220ff23e9234d22f8a7a.tar.bz2 gentoo-212df969dd930b2dffb3220ff23e9234d22f8a7a.zip |
media-sound/marrie: 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 'media-sound/marrie')
-rw-r--r-- | media-sound/marrie/marrie-0.4.ebuild | 6 | ||||
-rw-r--r-- | media-sound/marrie/marrie-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/marrie/marrie-0.4.ebuild b/media-sound/marrie/marrie-0.4.ebuild index 9db908a1dc6d..5e26f9cf5c9b 100644 --- a/media-sound/marrie/marrie-0.4.ebuild +++ b/media-sound/marrie/marrie-0.4.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 @@ -18,10 +18,10 @@ DESCRIPTION="A simple podcast client that runs on the Command Line Interface" HOMEPAGE="https://github.com/rafaelmartins/marrie" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" if [[ ${PV} = *9999* ]]; then SRC_URI="" - KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" fi LICENSE="BSD" diff --git a/media-sound/marrie/marrie-9999.ebuild b/media-sound/marrie/marrie-9999.ebuild index 9db908a1dc6d..5e26f9cf5c9b 100644 --- a/media-sound/marrie/marrie-9999.ebuild +++ b/media-sound/marrie/marrie-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 @@ -18,10 +18,10 @@ DESCRIPTION="A simple podcast client that runs on the Command Line Interface" HOMEPAGE="https://github.com/rafaelmartins/marrie" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" if [[ ${PV} = *9999* ]]; then SRC_URI="" - KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" fi LICENSE="BSD" |