diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-01-17 23:51:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-01-17 23:51:59 +0000 |
commit | 1e19e9510394d840d4594d04ccf64c48d84df86c (patch) | |
tree | 847c2fcbfac4730b46ae639d9e62bb7e70f15e6d /sys-libs/glibc/glibc-2.10.1-r1.ebuild | |
parent | Import of best_in_place gem. (diff) | |
download | historical-1e19e9510394d840d4594d04ccf64c48d84df86c.tar.gz historical-1e19e9510394d840d4594d04ccf64c48d84df86c.tar.bz2 historical-1e19e9510394d840d4594d04ccf64c48d84df86c.zip |
Drop gettext dep (cannot think of a reason for it), and drop USE=nls since the --disable-nls flag has not been in the glibc source for quite some time #398981 by Maxim Kammerer.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/glibc/glibc-2.10.1-r1.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.10.1-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-libs/glibc/glibc-2.10.1-r1.ebuild b/sys-libs/glibc/glibc-2.10.1-r1.ebuild index 46ed0cfa56ff..a0088c209198 100644 --- a/sys-libs/glibc/glibc-2.10.1-r1.ebuild +++ b/sys-libs/glibc/glibc-2.10.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.19 2011/11/16 16:07:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.20 2012/01/17 23:51:59 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -32,7 +32,7 @@ LT_VER="" # version of linuxthreads addon NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires #LT_KERN_VER=${LT_KERN_VER:-"2.4.1"} # min kernel version linuxthreads requires -IUSE="debug gd glibc-omitfp hardened multilib nls selinux profile vanilla crosscompile_opts_headers-only ${LT_VER:+glibc-compat20 nptl linuxthreads}" +IUSE="debug gd glibc-omitfp hardened multilib selinux profile vanilla crosscompile_opts_headers-only ${LT_VER:+glibc-compat20 nptl linuxthreads}" S=${WORKDIR}/glibc-${RELEASE_VER}${SNAP_VER:+-${SNAP_VER}} # Here's how the cross-compile logic breaks down ... @@ -88,12 +88,10 @@ DEPEND=">=sys-devel/gcc-3.4.4 ${LT_VER:+nptl? (} >=sys-kernel/linux-headers-${NPTL_KERN_VER} ${LT_VER:+)} >=app-misc/pax-utils-0.1.10 virtual/os-headers - nls? ( sys-devel/gettext ) !<sys-apps/sandbox-1.2.18.1-r2 !<sys-apps/portage-2.1.2 selinux? ( sys-libs/libselinux )" RDEPEND="!sys-kernel/ps3-sources - nls? ( sys-devel/gettext ) selinux? ( sys-libs/libselinux )" if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then |