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 1ACA2139084 for ; Sun, 3 Dec 2017 22:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FEDBE0F84; Sun, 3 Dec 2017 22:14:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F3339E0F81 for ; Sun, 3 Dec 2017 22:14:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9574733BF24 for ; Sun, 3 Dec 2017 22:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FF10AE5C for ; Sun, 3 Dec 2017 22:14:33 +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: <1512339228.348d653ee41f8e6eb1273c7df8ce0451a238b8aa.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-0_p20171003.ebuild 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: 348d653ee41f8e6eb1273c7df8ce0451a238b8aa X-VCS-Branch: master Date: Sun, 3 Dec 2017 22:14:33 +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-Archives-Salt: 88c267e1-5105-4f49-a43b-3758ba84330b X-Archives-Hash: 30312bc0ed49b355035228f2f181ff9c commit: 348d653ee41f8e6eb1273c7df8ce0451a238b8aa Author: James Le Cuirot gentoo org> AuthorDate: Wed Nov 29 23:51:03 2017 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Dec 3 22:13:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348d653e media-tv/dtv-scan-tables: Add ~ppc and ~ppc64 keywords Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild | 2 +- media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 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 08c15c3ef58..c4ec5b113aa 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 @@ -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 ~x86" + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~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 08c15c3ef58..c4ec5b113aa 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="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 ~x86" + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" S="${WORKDIR}/usr/share/dvb" fi