diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-03-10 14:16:00 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-03-10 14:16:00 +0000 |
commit | 06ea6138a5874343d9b78a9cebaf684bea3f8fca (patch) | |
tree | 058ee8b82e9bcf434f91922ff43da7162e918091 /dev-libs/klibc | |
parent | amd64 stable wrt #211991 (diff) | |
download | gentoo-2-06ea6138a5874343d9b78a9cebaf684bea3f8fca.tar.gz gentoo-2-06ea6138a5874343d9b78a9cebaf684bea3f8fca.tar.bz2 gentoo-2-06ea6138a5874343d9b78a9cebaf684bea3f8fca.zip |
amd64 stable, bug 208131
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/klibc')
-rw-r--r-- | dev-libs/klibc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/klibc/klibc-1.5.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/klibc/ChangeLog b/dev-libs/klibc/ChangeLog index 48cbc2b79a04..094c4714a645 100644 --- a/dev-libs/klibc/ChangeLog +++ b/dev-libs/klibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/klibc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.56 2008/02/14 18:18:22 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.57 2008/03/10 14:16:00 beandog Exp $ + + 10 Mar 2008; Steve Dibb <beandog@gentoo.org> klibc-1.5.8.ebuild: + amd64 stable, bug 208131 14 Feb 2008; nixnut <nixnut@gentoo.org> klibc-1.5.8.ebuild: Stable on ppc wrt bug 208131 diff --git a/dev-libs/klibc/klibc-1.5.8.ebuild b/dev-libs/klibc/klibc-1.5.8.ebuild index 540cb8e0632a..d1595ed568cf 100644 --- a/dev-libs/klibc/klibc-1.5.8.ebuild +++ b/dev-libs/klibc/klibc-1.5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.5.8.ebuild,v 1.3 2008/02/14 18:18:22 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.5.8.ebuild,v 1.4 2008/03/10 14:16:00 beandog Exp $ # Robin H. Johnson <robbat2@gentoo.org>, 12 Nov 2007: # This still needs major work. @@ -32,7 +32,7 @@ SRC_URI=" ${KERNEL_URI}" LICENSE="|| ( GPL-2 LGPL-2 )" -KEYWORDS="~amd64 -mips ppc ~sparc x86" +KEYWORDS="amd64 -mips ppc ~sparc x86" SLOT="0" IUSE="debug n32" |