diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-01-05 22:48:32 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-01-05 22:48:32 +0000 |
commit | e0612f3b70a8495271569d9f4bccba2ed27cf14d (patch) | |
tree | 1ae4b5c24f5348e08fdb9db5440a93c4572d1a92 /media-tv/dtv-scan-tables | |
parent | games-action/tuxkart: EAPI 7, fix prefix, add desktop entry (diff) | |
download | gentoo-e0612f3b70a8495271569d9f4bccba2ed27cf14d.tar.gz gentoo-e0612f3b70a8495271569d9f4bccba2ed27cf14d.tar.bz2 gentoo-e0612f3b70a8495271569d9f4bccba2ed27cf14d.zip |
media-tv/dtv-scan-tables: Drop ppc64 keywords
media-tv/v4l-utils[dvb] is required but the dvb USE flag is masked on
this arch and I don't have the hardware to test for unmasking.
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-tv/dtv-scan-tables')
3 files changed, 6 insertions, 6 deletions
diff --git a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild index 8c3d27e71d2f..790a52972747 100644 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild +++ b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.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=6 @@ -9,7 +9,7 @@ if [[ ${PV#9999} != ${PV} ]]; then else COMMIT="c1986d5148d8" SRC_URI="https://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-${PV:3:4}-${PV:7:2}-${PV:9:2}-${COMMIT}.tar.bz2" - KEYWORDS="amd64 ~arm ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm ppc x86" S="${WORKDIR}/usr/share/dvb" fi diff --git a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20190922.ebuild b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20190922.ebuild index 83e1459c072c..d30627e88e3f 100644 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20190922.ebuild +++ b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20190922.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 @@ -9,7 +9,7 @@ if [[ ${PV#9999} != ${PV} ]]; then else COMMIT="f07bde777d4d" SRC_URI="https://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-${PV:3:4}-${PV:7:2}-${PV:9:2}-${COMMIT}.tar.bz2" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" S="${WORKDIR}/usr/share/dvb" fi diff --git a/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild b/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild index 83e1459c072c..d30627e88e3f 100644 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild +++ b/media-tv/dtv-scan-tables/dtv-scan-tables-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 @@ -9,7 +9,7 @@ if [[ ${PV#9999} != ${PV} ]]; then else COMMIT="f07bde777d4d" SRC_URI="https://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-${PV:3:4}-${PV:7:2}-${PV:9:2}-${COMMIT}.tar.bz2" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" S="${WORKDIR}/usr/share/dvb" fi |