diff options
author | 2007-10-21 19:35:05 +0000 | |
---|---|---|
committer | 2007-10-21 19:35:05 +0000 | |
commit | 4658d422002b0803a1abdf188862bc419fc25199 (patch) | |
tree | e8ca1ba6a5c9291f734cae786a48e0d1ede15a57 /dev-libs | |
parent | Release new version, should fix #196178 and a few link local issues. (diff) | |
download | gentoo-2-4658d422002b0803a1abdf188862bc419fc25199.tar.gz gentoo-2-4658d422002b0803a1abdf188862bc419fc25199.tar.bz2 gentoo-2-4658d422002b0803a1abdf188862bc419fc25199.zip |
amd64 stable
(Portage version: 2.1.3.15)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/klibc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/klibc/klibc-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/klibc/ChangeLog b/dev-libs/klibc/ChangeLog index 0db5c9a0203b..15a1b48d12f5 100644 --- a/dev-libs/klibc/ChangeLog +++ b/dev-libs/klibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/klibc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.46 2007/10/14 17:21:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.47 2007/10/21 19:35:05 beandog Exp $ + + 21 Oct 2007; Steve Dibb <beandog@gentoo.org> klibc-1.5.ebuild: + amd64 stable 14 Oct 2007; Mike Frysinger <vapier@gentoo.org> klibc-1.5.ebuild: Add back in RESTRICT=strip for az. diff --git a/dev-libs/klibc/klibc-1.5.ebuild b/dev-libs/klibc/klibc-1.5.ebuild index 8ec7026e5af2..98795630fc8f 100644 --- a/dev-libs/klibc/klibc-1.5.ebuild +++ b/dev-libs/klibc/klibc-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.5.ebuild,v 1.4 2007/10/14 17:21:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.5.ebuild,v 1.5 2007/10/21 19:35:05 beandog Exp $ # XXX: The cross-compiling stuff in here seems to be incorrect ... # It should be reviewed and compared against other libcs. @@ -21,7 +21,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 )" -KEYWORDS="~amd64 -mips ~ppc x86" +KEYWORDS="amd64 -mips ~ppc x86" IUSE="debug n32" RESTRICT="strip" |