diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-11-30 23:19:03 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-11-30 23:19:03 +0000 |
commit | 3ae0af59ad1f45f763a524d83536b28e644276ee (patch) | |
tree | 0ce71a6b868a29410b6474cb171af2f1f8f66ddd /sys-libs/glibc/glibc-2.3.5-r3.ebuild | |
parent | Removing 2004.0 profile, it has been depcrecated for months now. (diff) | |
download | historical-3ae0af59ad1f45f763a524d83536b28e644276ee.tar.gz historical-3ae0af59ad1f45f763a524d83536b28e644276ee.tar.bz2 historical-3ae0af59ad1f45f763a524d83536b28e644276ee.zip |
Stable on alpha. Fixes some longstanding threading issues.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.5-r3.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.5-r3.ebuild b/sys-libs/glibc/glibc-2.3.5-r3.ebuild index 7088327b736f..b09cfd840e27 100644 --- a/sys-libs/glibc/glibc-2.3.5-r3.ebuild +++ b/sys-libs/glibc/glibc-2.3.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.7 2005/11/17 05:31:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.8 2005/11/30 23:19:03 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 -hppa ~ppc ~sparc ~x86" +KEYWORDS="-* alpha ~amd64 ~arm -hppa ~ppc ~sparc ~x86" BRANCH_UPDATE="" |