diff options
author | 2007-07-07 13:12:42 +0000 | |
---|---|---|
committer | 2007-07-07 13:12:42 +0000 | |
commit | 65c550314c21427c235ff78aa5c8eaa2918f47d1 (patch) | |
tree | 8fa0d8c1812b0c344264225261af9ea1cdbec444 | |
parent | Version bumped. This version adds better support for vdr-1.5 (diff) | |
download | gentoo-2-65c550314c21427c235ff78aa5c8eaa2918f47d1.tar.gz gentoo-2-65c550314c21427c235ff78aa5c8eaa2918f47d1.tar.bz2 gentoo-2-65c550314c21427c235ff78aa5c8eaa2918f47d1.zip |
Stable on ppc64; bug #183844
(Portage version: 2.1.2.7)
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.5-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 95f408658bc8..75ae2930db21 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.538 2007/07/05 10:08:54 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.539 2007/07/07 13:12:42 corsair Exp $ + + 07 Jul 2007; Markus Rothe <corsair@gentoo.org> glibc-2.5-r4.ebuild: + Stable on ppc64; bug #183844 05 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> glibc-2.5-r4.ebuild: (QA) RESTRICT clean up. diff --git a/sys-libs/glibc/glibc-2.5-r4.ebuild b/sys-libs/glibc/glibc-2.5-r4.ebuild index 95cf9863b079..473f801d1757 100644 --- a/sys-libs/glibc/glibc-2.5-r4.ebuild +++ b/sys-libs/glibc/glibc-2.5-r4.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/sys-libs/glibc/glibc-2.5-r4.ebuild,v 1.4 2007/07/06 04:04:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r4.ebuild,v 1.5 2007/07/07 13:12:42 corsair Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -16,7 +16,7 @@ # CHOST = CTARGET - install into / # CHOST != CTARGET - install into /usr/CTARGET/ -KEYWORDS="-* ~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sh ~sparc x86" +KEYWORDS="-* ~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sh ~sparc x86" BRANCH_UPDATE="" |