diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-02-12 20:18:10 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-02-12 20:18:10 +0000 |
commit | 1f008bdabe1d6e607eb04a2c5aaace1945c58293 (patch) | |
tree | d67204d4fc89e0024ead455d07fce157f7be34d6 /sys-libs/glibc | |
parent | remove hotplug only dep, thanks jakub in bug 129882 (diff) | |
download | gentoo-2-1f008bdabe1d6e607eb04a2c5aaace1945c58293.tar.gz gentoo-2-1f008bdabe1d6e607eb04a2c5aaace1945c58293.tar.bz2 gentoo-2-1f008bdabe1d6e607eb04a2c5aaace1945c58293.zip |
Stable on Alpha.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index a3fcdba1b536..220e94f8e7b8 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.499 2007/02/12 00:36:50 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.500 2007/02/12 20:18:10 kloeri Exp $ + + 12 Feb 2007; Bryan Østergaard <kloeri@gentoo.org> glibc-2.5.ebuild: + Stable on Alpha. 12 Feb 2007; Simon Stelling <blubb@gentoo.org> glibc-2.5.ebuild: stable on amd64; bug 165085 diff --git a/sys-libs/glibc/glibc-2.5.ebuild b/sys-libs/glibc/glibc-2.5.ebuild index 801804d906ad..eebefe0671e9 100644 --- a/sys-libs/glibc/glibc-2.5.ebuild +++ b/sys-libs/glibc/glibc-2.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/sys-libs/glibc/glibc-2.5.ebuild,v 1.30 2007/02/12 00:36:50 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.ebuild,v 1.31 2007/02/12 20:18:10 kloeri 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 ~ia64 ppc ppc64 sh ~sparc x86" +KEYWORDS="-* alpha amd64 arm ~ia64 ppc ppc64 sh ~sparc x86" BRANCH_UPDATE="" |