diff options
author | 2006-07-18 13:55:49 +0000 | |
---|---|---|
committer | 2006-07-18 13:55:49 +0000 | |
commit | 3cb9f2686f8e7f987594d86f57fd6e4f084595fe (patch) | |
tree | 21672c90b26b449dbdb2fe1179f2cfefd93c0b95 /dev-libs | |
parent | Stable on amd64 and x86 wrt bug #138099. (diff) | |
download | gentoo-2-3cb9f2686f8e7f987594d86f57fd6e4f084595fe.tar.gz gentoo-2-3cb9f2686f8e7f987594d86f57fd6e4f084595fe.tar.bz2 gentoo-2-3cb9f2686f8e7f987594d86f57fd6e4f084595fe.zip |
Stable on amd64 wrt bug #139330.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/klibc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/klibc/klibc-1.2.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/klibc/ChangeLog b/dev-libs/klibc/ChangeLog index 933b37a97752..7dd11dd854c3 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.29 2006/07/16 03:04:26 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.30 2006/07/18 13:55:49 wolf31o2 Exp $ + + 18 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> klibc-1.2.1-r2.ebuild: + Stable on amd64 wrt bug #139330. 16 Jul 2006; Joshua Jackson <tsunam@gentoo.org> klibc-1.2.1-r2.ebuild: stable x86; bug #139330 diff --git a/dev-libs/klibc/klibc-1.2.1-r2.ebuild b/dev-libs/klibc/klibc-1.2.1-r2.ebuild index feead03665d0..98ad31a93b17 100644 --- a/dev-libs/klibc/klibc-1.2.1-r2.ebuild +++ b/dev-libs/klibc/klibc-1.2.1-r2.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-r2.ebuild,v 1.3 2006/07/16 03:04:26 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.2.1-r2.ebuild,v 1.4 2006/07/18 13:55:49 wolf31o2 Exp $ inherit eutils linux-info multilib @@ -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" |