Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/dtv-scan-tables/
Date: Sun, 03 Dec 2017 22:14:37
Message-Id: 1512339228.348d653ee41f8e6eb1273c7df8ce0451a238b8aa.chewi@gentoo
1 commit: 348d653ee41f8e6eb1273c7df8ce0451a238b8aa
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 23:51:03 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 3 22:13:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348d653e
7
8 media-tv/dtv-scan-tables: Add ~ppc and ~ppc64 keywords
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild | 2 +-
13 media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 08c15c3ef58..c4ec5b113aa 100644
18 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild
19 +++ b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20171003.ebuild
20 @@ -9,7 +9,7 @@ if [[ ${PV#9999} != ${PV} ]]; then
21 else
22 COMMIT="c1986d5148d8"
23 SRC_URI="https://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-${PV:3:4}-${PV:7:2}-${PV:9:2}-${COMMIT}.tar.bz2"
24 - KEYWORDS="~amd64 ~arm ~x86"
25 + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
26 S="${WORKDIR}/usr/share/dvb"
27 fi
28
29
30 diff --git a/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild b/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild
31 index 08c15c3ef58..c4ec5b113aa 100644
32 --- a/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild
33 +++ b/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild
34 @@ -9,7 +9,7 @@ if [[ ${PV#9999} != ${PV} ]]; then
35 else
36 COMMIT="c1986d5148d8"
37 SRC_URI="https://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-${PV:3:4}-${PV:7:2}-${PV:9:2}-${COMMIT}.tar.bz2"
38 - KEYWORDS="~amd64 ~arm ~x86"
39 + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
40 S="${WORKDIR}/usr/share/dvb"
41 fi