Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/kgcc64/
Date: Thu, 01 Oct 2015 16:13:17
Message-Id: 1443715930.459672c64fb137d0888dde3c3f2e734deef501e3.vapier@gentoo
1 commit: 459672c64fb137d0888dde3c3f2e734deef501e3
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 16:12:10 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 16:12:10 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459672c6
7
8 sys-devel/kgcc64: drop lingering ppc support #444428
9
10 sys-devel/kgcc64/kgcc64-3.4.6.ebuild | 2 +-
11 sys-devel/kgcc64/kgcc64-4.1.2.ebuild | 2 +-
12 sys-devel/kgcc64/kgcc64-4.2.4.ebuild | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-devel/kgcc64/kgcc64-3.4.6.ebuild b/sys-devel/kgcc64/kgcc64-3.4.6.ebuild
16 index e824f04..3d2988b 100644
17 --- a/sys-devel/kgcc64/kgcc64-3.4.6.ebuild
18 +++ b/sys-devel/kgcc64/kgcc64-3.4.6.ebuild
19 @@ -23,7 +23,7 @@ inherit eutils toolchain
20
21 DESCRIPTION="64bit kernel compiler"
22
23 -KEYWORDS="-* ~hppa ~mips ~ppc ~s390 sparc"
24 +KEYWORDS="-* ~hppa ~mips ~s390 sparc"
25
26 # unlike every other target, hppa has not unified the 32/64 bit
27 # ports in binutils yet
28
29 diff --git a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild
30 index cda5c98..6d13f0e 100644
31 --- a/sys-devel/kgcc64/kgcc64-4.1.2.ebuild
32 +++ b/sys-devel/kgcc64/kgcc64-4.1.2.ebuild
33 @@ -23,7 +23,7 @@ inherit eutils toolchain
34
35 DESCRIPTION="64bit kernel compiler"
36
37 -KEYWORDS="-* hppa ~mips ppc ~s390 sparc"
38 +KEYWORDS="-* hppa ~mips ~s390 sparc"
39
40 # unlike every other target, hppa has not unified the 32/64 bit
41 # ports in binutils yet
42
43 diff --git a/sys-devel/kgcc64/kgcc64-4.2.4.ebuild b/sys-devel/kgcc64/kgcc64-4.2.4.ebuild
44 index a3a7e19..b238546 100644
45 --- a/sys-devel/kgcc64/kgcc64-4.2.4.ebuild
46 +++ b/sys-devel/kgcc64/kgcc64-4.2.4.ebuild
47 @@ -23,7 +23,7 @@ inherit eutils toolchain
48
49 DESCRIPTION="64bit kernel compiler"
50
51 -KEYWORDS="-* hppa ~mips ppc ~s390 ~sparc"
52 +KEYWORDS="-* hppa ~mips ~s390 ~sparc"
53
54 # unlike every other target, hppa has not unified the 32/64 bit
55 # ports in binutils yet