From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 362E313835A for ; Sat, 5 Sep 2020 13:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 059C9E0895; Sat, 5 Sep 2020 13:04:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4E0FE0895 for ; Sat, 5 Sep 2020 13:04:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7A4E340CC5 for ; Sat, 5 Sep 2020 13:04:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2876D344 for ; Sat, 5 Sep 2020 13:04:25 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1599311043.196204678fd7e37b38b7b4fb80eae8d4cc45491b.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/dtv-scan-tables/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild X-VCS-Directories: media-tv/dtv-scan-tables/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 196204678fd7e37b38b7b4fb80eae8d4cc45491b X-VCS-Branch: master Date: Sat, 5 Sep 2020 13:04:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3b170bf-2976-4b07-b10c-9df294950f82 X-Archives-Hash: 38111efd829743d34aba805a647a7a5e commit: 196204678fd7e37b38b7b4fb80eae8d4cc45491b Author: James Le Cuirot gentoo org> AuthorDate: Sat Sep 5 13:03:19 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Sep 5 13:04:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19620467 media-tv/dtv-scan-tables: Sync 9999 ebuild Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: James Le Cuirot gentoo.org> media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c47d1b711e0..83e1459c072 100644 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild +++ b/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild @@ -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