diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-14 13:35:23 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-14 13:35:23 +0000 |
commit | cf85f0f7118519be9cc423a13135f293c7856baf (patch) | |
tree | 3766fde77fd5ae8f2b3d103385e854a2849ef2de /sys-libs/glibc/glibc-2.3.4.20041102.ebuild | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-cf85f0f7118519be9cc423a13135f293c7856baf.tar.gz gentoo-2-cf85f0f7118519be9cc423a13135f293c7856baf.tar.bz2 gentoo-2-cf85f0f7118519be9cc423a13135f293c7856baf.zip |
Back to amd64 instead of emul...
(Portage version: 2.0.51-r12)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.4.20041102.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20041102.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102.ebuild index bea3c0d47c43..5fd9105a1a32 100644 --- a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20041102.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.ebuild,v 1.28 2005/01/14 02:51:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102.ebuild,v 1.29 2005/01/14 13:35:23 eradicator Exp $ inherit eutils multilib flag-o-matic gcc versionator @@ -53,7 +53,7 @@ LICENSE="LGPL-2" #-sparc: Compiled fine with 3.4.1-r1, but tar would consistantly bus error when untarring the # samba-1.0.9 tarball. KEYWORDS="~amd64 ppc64 -hppa ~ia64 ~ppc ~x86 ~mips -sparc" -IUSE="nls pic build nptl nptlonly erandom hardened multilib debug userlocales nomalloccheck emul-linux-x86" +IUSE="nls pic build nptl nptlonly erandom hardened multilib debug userlocales nomalloccheck" RESTRICT="nostrip multilib-pkg-force" # we'll handle stripping ourself #46186 # We need new cleanup attribute support from gcc for NPTL among things ... @@ -70,7 +70,7 @@ RDEPEND="virtual/os-headers sys-apps/baselayout nls? ( sys-devel/gettext )" # until we compile the 32bit glibc here -PDEPEND="emul-linux-x86? ( multilib? ( app-emulation/emul-linux-x86-glibc ) )" +PDEPEND="amd64? ( multilib? ( app-emulation/emul-linux-x86-glibc ) )" PROVIDE="virtual/glibc virtual/libc" |