Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-libs/uclibc/
Date: Sun, 15 Apr 2012 19:46:03
Message-Id: 1334519146.f9b7c93e6c3f815088e4fb9e9ad4088cbaf4a161.blueness@gentoo
1 commit: f9b7c93e6c3f815088e4fb9e9ad4088cbaf4a161
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 15 19:45:46 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 15 19:45:46 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=f9b7c93e
7
8 sys-libs/uclibc: drop ppc on 0.9.32.1
9
10 ---
11 sys-libs/uclibc/uclibc-0.9.32.1.ebuild | 7 ++-----
12 1 files changed, 2 insertions(+), 5 deletions(-)
13
14 diff --git a/sys-libs/uclibc/uclibc-0.9.32.1.ebuild b/sys-libs/uclibc/uclibc-0.9.32.1.ebuild
15 index a6abefe..65ad080 100644
16 --- a/sys-libs/uclibc/uclibc-0.9.32.1.ebuild
17 +++ b/sys-libs/uclibc/uclibc-0.9.32.1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2011 Gentoo Foundation
20 +# Copyright 1999-2012 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 # $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.30.1-r1.ebuild,v 1.9 2011/04/20 18:10:38 ulm Exp $
23
24 @@ -13,7 +13,7 @@ SRC_URI="http://uclibc.org/downloads/${MY_P}.tar.bz2"
25
26 LICENSE="LGPL-2"
27 SLOT="0"
28 -KEYWORDS="-* amd64 x86 mips ppc"
29 +KEYWORDS="-* amd64 x86 mips"
30 IUSE=""
31 RESTRICT="strip"
32
33 @@ -37,9 +37,6 @@ src_configure() {
34 mips)
35 cp "${FILESDIR}"/uclibc-mips.config .config || die "could not copy config file"
36 ;;
37 - ppc)
38 - cp "${FILESDIR}"/uclibc-ppc.config .config || die "could not copy config file"
39 - ;;
40 *)
41 eerror "${ARCH} is not supported"
42 esac