diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:43:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:06 +0000 |
commit | 1a457370e980ec1577fe863061678094a2c3631b (patch) | |
tree | 4161fc8536ea1177b908efb9bd70cd5e21a6dfd3 /media-sound/hydrogen | |
parent | media-sound/guayadeque: fix double KEYWORDS (diff) | |
download | gentoo-1a457370e980ec1577fe863061678094a2c3631b.tar.gz gentoo-1a457370e980ec1577fe863061678094a2c3631b.tar.bz2 gentoo-1a457370e980ec1577fe863061678094a2c3631b.zip |
media-sound/hydrogen: 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/hydrogen')
-rw-r--r-- | media-sound/hydrogen/hydrogen-1.0.1.ebuild | 3 | ||||
-rw-r--r-- | media-sound/hydrogen/hydrogen-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/media-sound/hydrogen/hydrogen-1.0.1.ebuild b/media-sound/hydrogen/hydrogen-1.0.1.ebuild index 86ef3e86fe01..5b62655b32e1 100644 --- a/media-sound/hydrogen/hydrogen-1.0.1.ebuild +++ b/media-sound/hydrogen/hydrogen-1.0.1.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 @@ -11,7 +11,6 @@ HOMEPAGE="http://www.hydrogen-music.org/" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/${PN}-music/${PN}" - KEYWORDS="amd64 ppc ppc64 x86" else MY_PV=${PV/_/-} SRC_URI="https://github.com/${PN}-music/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" diff --git a/media-sound/hydrogen/hydrogen-9999.ebuild b/media-sound/hydrogen/hydrogen-9999.ebuild index aa141dadf063..8a3c0ad28c9a 100644 --- a/media-sound/hydrogen/hydrogen-9999.ebuild +++ b/media-sound/hydrogen/hydrogen-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 @@ -11,7 +11,6 @@ HOMEPAGE="http://www.hydrogen-music.org/" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/${PN}-music/${PN}" - KEYWORDS="" else MY_PV=${PV/_/-} SRC_URI="https://github.com/${PN}-music/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" |