diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-22 05:01:32 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-22 22:02:40 +0300 |
commit | b787bc350f52888a388fb1025a6b47e035b72020 (patch) | |
tree | 19edd511f6df38be5445cd559b0090d4d0428119 /media-tv | |
parent | media-libs/libdvbcsa: arm64 keyworded (bug #722280) (diff) | |
download | gentoo-b787bc350f52888a388fb1025a6b47e035b72020.tar.gz gentoo-b787bc350f52888a388fb1025a6b47e035b72020.tar.bz2 gentoo-b787bc350f52888a388fb1025a6b47e035b72020.zip |
media-tv/dtv-scan-tables: arm64 keyworded (bug #722280)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/dtv-scan-tables/dtv-scan-tables-0_p20190922.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 73d9b36229da..bf0211623cc2 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-2019 Gentoo Authors +# Copyright 1999-2020 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 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" S="${WORKDIR}/usr/share/dvb" fi |