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 | 8534f878548e9bac603a678ecdf076c5780c2069 (patch) | |
tree | 6a9d687f6b79e4d27d09267c0209258d31213c3e /sys-libs/glibc/glibc-2.14.1-r2.ebuild | |
parent | Make USE=modplug description useful. (diff) | |
download | gentoo-2-8534f878548e9bac603a678ecdf076c5780c2069.tar.gz gentoo-2-8534f878548e9bac603a678ecdf076c5780c2069.tar.bz2 gentoo-2-8534f878548e9bac603a678ecdf076c5780c2069.zip |
Drop x32 patches for now as these are old and no longer work #418225 by Ostashevskyi Viktor.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/glibc/glibc-2.14.1-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.14.1-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.14.1-r2.ebuild b/sys-libs/glibc/glibc-2.14.1-r2.ebuild index 1631e59f7596..e908fea3b308 100644 --- a/sys-libs/glibc/glibc-2.14.1-r2.ebuild +++ b/sys-libs/glibc/glibc-2.14.1-r2.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-r2.ebuild,v 1.7 2012/04/21 15:54:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild,v 1.8 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() { |