diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-07-01 10:26:27 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-07-01 10:26:27 +0000 |
commit | 6532b1abb45db2632dc369fe7e13bf68dc7eaf4e (patch) | |
tree | 8569f75d029c5471f41d74cb97d53fb2d698a710 /dev-libs | |
parent | version bump to update libpng per bug 138672 (diff) | |
download | gentoo-2-6532b1abb45db2632dc369fe7e13bf68dc7eaf4e.tar.gz gentoo-2-6532b1abb45db2632dc369fe7e13bf68dc7eaf4e.tar.bz2 gentoo-2-6532b1abb45db2632dc369fe7e13bf68dc7eaf4e.zip |
Stable on ppc; bug #130175.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/klibc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/klibc/klibc-1.2.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/klibc/ChangeLog b/dev-libs/klibc/ChangeLog index 21abab03c1de..eefbd1836cea 100644 --- a/dev-libs/klibc/ChangeLog +++ b/dev-libs/klibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/klibc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.22 2006/04/27 16:30:23 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.23 2006/07/01 10:26:27 pylon Exp $ + + 01 Jul 2006; Lars Weiler <pylon@gentoo.org> klibc-1.2.1-r1.ebuild: + Stable on ppc; bug #130175. 27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-klibc-1.0.14-r1, files/digest-klibc-1.1, diff --git a/dev-libs/klibc/klibc-1.2.1-r1.ebuild b/dev-libs/klibc/klibc-1.2.1-r1.ebuild index 6d0ff74ff48f..e0c4bfc8dd6a 100644 --- a/dev-libs/klibc/klibc-1.2.1-r1.ebuild +++ b/dev-libs/klibc/klibc-1.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.2.1-r1.ebuild,v 1.2 2006/02/09 09:22:30 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.2.1-r1.ebuild,v 1.3 2006/07/01 10:26:27 pylon Exp $ inherit eutils linux-info @@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.kernel.org/pub/linux/libs/klibc/${P}.tar.bz2 ftp://ftp.kernel.org/pub/linux/libs/klibc/Testing/${P}.tar.bz2" LICENSE="|| ( GPL-2 LGPL-2 )" # Mips patches needs updating ... -KEYWORDS="~amd64 -mips ~ppc ~x86" +KEYWORDS="~amd64 -mips ppc ~x86" IUSE="n32" RESTRICT="nostrip" |