diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:40:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:04 +0000 |
commit | 32555a71109dd0cf5b997c9cefa94169372719a6 (patch) | |
tree | 752f7f32274563fd4a3eb919096ef08471771dd2 /media-plugins/vdr-ddci2 | |
parent | media-plugins/tap-plugins: fix double KEYWORDS (diff) | |
download | gentoo-32555a71109dd0cf5b997c9cefa94169372719a6.tar.gz gentoo-32555a71109dd0cf5b997c9cefa94169372719a6.tar.bz2 gentoo-32555a71109dd0cf5b997c9cefa94169372719a6.zip |
media-plugins/vdr-ddci2: 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-plugins/vdr-ddci2')
-rw-r--r-- | media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild | 3 | ||||
-rw-r--r-- | media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild | 3 | ||||
-rw-r--r-- | media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild index ce55de993a7d..50d918385b85 100644 --- a/media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild +++ b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,6 @@ inherit vdr-plugin-2 if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/jasmin-j/vdr-plugin-${VDRPLUGIN}.git" - KEYWORDS="" S="${WORKDIR}/${P}" else SRC_URI="https://github.com/jasmin-j/vdr-plugin-${VDRPLUGIN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild index ce55de993a7d..50d918385b85 100644 --- a/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild +++ b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,6 @@ inherit vdr-plugin-2 if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/jasmin-j/vdr-plugin-${VDRPLUGIN}.git" - KEYWORDS="" S="${WORKDIR}/${P}" else SRC_URI="https://github.com/jasmin-j/vdr-plugin-${VDRPLUGIN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild b/media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild index ce55de993a7d..50d918385b85 100644 --- a/media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild +++ b/media-plugins/vdr-ddci2/vdr-ddci2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,6 @@ inherit vdr-plugin-2 if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/jasmin-j/vdr-plugin-${VDRPLUGIN}.git" - KEYWORDS="" S="${WORKDIR}/${P}" else SRC_URI="https://github.com/jasmin-j/vdr-plugin-${VDRPLUGIN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |