diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-06-01 05:34:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-06-01 05:34:40 +0000 |
commit | aa7bb2d4c4ddb40121043ddb9c33d77b16eb00f9 (patch) | |
tree | 4a1779069770f3998b6e338c3bc67c095c2bbb77 /sys-libs/glibc/glibc-2.14.1-r3.ebuild | |
parent | Make USE=modplug description useful. (diff) | |
download | historical-aa7bb2d4c4ddb40121043ddb9c33d77b16eb00f9.tar.gz historical-aa7bb2d4c4ddb40121043ddb9c33d77b16eb00f9.tar.bz2 historical-aa7bb2d4c4ddb40121043ddb9c33d77b16eb00f9.zip |
Drop x32 patches for now as these are old and no longer work #418225 by Ostashevskyi Viktor.
Package-Manager: portage-2.2.0_alpha108/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/glibc/glibc-2.14.1-r3.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.14.1-r3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.14.1-r3.ebuild b/sys-libs/glibc/glibc-2.14.1-r3.ebuild index 09df2efb05a9..9fd710da4f39 100644 --- a/sys-libs/glibc/glibc-2.14.1-r3.ebuild +++ b/sys-libs/glibc/glibc-2.14.1-r3.ebuild @@ -1,6 +1,6 @@ # 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.14.1-r3.ebuild,v 1.15 2012/05/31 04:49:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v 1.16 2012/06/01 05:34:40 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -205,8 +205,7 @@ pkg_setup() { } eblit-src_unpack-pre() { - [[ ${CHOST} == x86_64* ]] && has x32 $(get_all_abis) \ - || GLIBC_PATCH_EXCLUDE+=" 1200_all_glibc-${PV}-x32.patch" + GLIBC_PATCH_EXCLUDE+=" 1200_all_glibc-${PV}-x32.patch" } eblit-src_unpack-post() { |