diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:39:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:02 +0000 |
commit | ebb6aa395b76a17affc009a31c3bfd70375502ab (patch) | |
tree | 1bf3433f77b8a9a47cc94fe09794cfb44d5442d8 /media-libs/libyami | |
parent | media-libs/intel-mediasdk: fix double KEYWORDS (diff) | |
download | gentoo-ebb6aa395b76a17affc009a31c3bfd70375502ab.tar.gz gentoo-ebb6aa395b76a17affc009a31c3bfd70375502ab.tar.bz2 gentoo-ebb6aa395b76a17affc009a31c3bfd70375502ab.zip |
media-libs/libyami: 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-libs/libyami')
-rw-r--r-- | media-libs/libyami/libyami-1.3.2.ebuild | 3 | ||||
-rw-r--r-- | media-libs/libyami/libyami-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/media-libs/libyami/libyami-1.3.2.ebuild b/media-libs/libyami/libyami-1.3.2.ebuild index 6cd57db8c9f2..b521ead3f995 100644 --- a/media-libs/libyami/libyami-1.3.2.ebuild +++ b/media-libs/libyami/libyami-1.3.2.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="Yet Another Media Infrastructure: Media codec with hardware acceler HOMEPAGE="https://github.com/01org/libyami" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64" diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-9999.ebuild index 6cd57db8c9f2..b521ead3f995 100644 --- a/media-libs/libyami/libyami-9999.ebuild +++ b/media-libs/libyami/libyami-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=5 @@ -15,7 +15,6 @@ DESCRIPTION="Yet Another Media Infrastructure: Media codec with hardware acceler HOMEPAGE="https://github.com/01org/libyami" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64" |