diff options
author | 2011-03-26 16:55:39 +0000 | |
---|---|---|
committer | 2011-03-26 16:55:39 +0000 | |
commit | f1df58c51690497e567d4746a81c7f5ced97448d (patch) | |
tree | 98da7e514a92fe0a0d3ef9203d06e122ced30f3c /sys-libs | |
parent | Adapt phonon dependency for package move (diff) | |
download | gentoo-2-f1df58c51690497e567d4746a81c7f5ced97448d.tar.gz gentoo-2-f1df58c51690497e567d4746a81c7f5ced97448d.tar.bz2 gentoo-2-f1df58c51690497e567d4746a81c7f5ced97448d.zip |
Looks like 2.13 might be terminally broken on alpha, removing keyword for now
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.13-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 589273e7baa0..cdedc2cb8508 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.763 2011/03/20 22:39:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.764 2011/03/26 16:55:39 klausman Exp $ + + 26 Mar 2011; Tobias Klausmann <klausman@gentoo.org> glibc-2.13-r2.ebuild: + Looks like 2.13 might be terminally broken on alpha, removing keyword for now 20 Mar 2011; Mike Frysinger <vapier@gentoo.org> files/eblits/common.eblit: Make sure the forced CC comes from the target and not the host so diff --git a/sys-libs/glibc/glibc-2.13-r2.ebuild b/sys-libs/glibc/glibc-2.13-r2.ebuild index 94c7cde39204..cb1ecaa168b4 100644 --- a/sys-libs/glibc/glibc-2.13-r2.ebuild +++ b/sys-libs/glibc/glibc-2.13-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r2.ebuild,v 1.2 2011/03/11 08:35:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r2.ebuild,v 1.3 2011/03/26 16:55:39 klausman Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -8,7 +8,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |