summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-04 08:22:32 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-04 08:22:32 +0000
commite8efcaca7a5845c39e425e6784c20294b4514ecc (patch)
treebd4e110dee79adbff0378e6ceed742dc8bca3c07 /sys-libs
parentarm/x86 stable (diff)
downloadgentoo-2-e8efcaca7a5845c39e425e6784c20294b4514ecc.tar.gz
gentoo-2-e8efcaca7a5845c39e425e6784c20294b4514ecc.tar.bz2
gentoo-2-e8efcaca7a5845c39e425e6784c20294b4514ecc.zip
arm stable and punt nomalloccheck USE flag
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-2.3.5.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/glibc/glibc-2.3.5.ebuild b/sys-libs/glibc/glibc-2.3.5.ebuild
index d561f74781bd..46452a8e5590 100644
--- a/sys-libs/glibc/glibc-2.3.5.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5.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.ebuild,v 1.26 2005/06/26 17:22:56 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5.ebuild,v 1.27 2005/07/04 08:22:32 vapier 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="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
BRANCH_UPDATE=""
@@ -48,7 +48,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library"
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
LICENSE="LGPL-2"
-IUSE="nls pic build nptl nptlonly erandom hardened debug userlocales nomalloccheck multilib"
+IUSE="nls pic build nptl nptlonly erandom hardened debug userlocales multilib"
export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
@@ -1175,7 +1175,7 @@ src_unpack() {
;;
esac
- use nomalloccheck || GLIBC_PATCH_EXCLUDE="${GLIBC_PATCH_EXCLUDE} 5020_all_nomalloccheck.patch"
+ GLIBC_PATCH_EXCLUDE="${GLIBC_PATCH_EXCLUDE} 5020_all_nomalloccheck.patch"
toolchain-glibc_src_unpack