diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-03-21 16:20:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-03-21 16:20:26 +0000 |
commit | a97098457927356c8bbedaa6aaa70a09595590c6 (patch) | |
tree | a682afce279eab7935e4e32c0671fcda7d4b26c1 /sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild | |
parent | New version (diff) | |
download | gentoo-2-a97098457927356c8bbedaa6aaa70a09595590c6.tar.gz gentoo-2-a97098457927356c8bbedaa6aaa70a09595590c6.tar.bz2 gentoo-2-a97098457927356c8bbedaa6aaa70a09595590c6.zip |
Add ~alpha
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild index c5ff9c5a5bef..6d6405820b86 100644 --- a/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20041102-r1.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.4.20041102-r1.ebuild,v 1.1 2005/03/16 10:34:43 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102-r1.ebuild,v 1.2 2005/03/21 16:20:26 agriffis Exp $ inherit eutils multilib flag-o-matic toolchain-funcs versionator @@ -50,7 +50,7 @@ LICENSE="LGPL-2" [[ ${CTARGET} != ${CHOST} ]] \ && SLOT="${CTARGET}-2.2" \ || SLOT="2.2" -KEYWORDS="amd64 ppc64 -hppa ia64 ppc x86 ~mips ~sparc" +KEYWORDS="~alpha amd64 -hppa ia64 ~mips ppc ppc64 ~sparc x86" IUSE="nls pic build nptl nptlonly erandom hardened multilib debug userlocales nomalloccheck" RESTRICT="nostrip multilib-pkg-force" # we'll handle stripping ourself #46186 |