diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-23 23:55:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-23 23:55:45 +0000 |
commit | 42e337e06f622aef5b84ab8764eebf0f9c970e49 (patch) | |
tree | 52ae5b3f31a88672a60a59b8a48cfd726b4eeb03 /sys-libs | |
parent | amd64 support (diff) | |
download | gentoo-2-42e337e06f622aef5b84ab8764eebf0f9c970e49.tar.gz gentoo-2-42e337e06f622aef5b84ab8764eebf0f9c970e49.tar.bz2 gentoo-2-42e337e06f622aef5b84ab8764eebf0f9c970e49.zip |
make multilib patches exclusive
(Portage version: 2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/ )
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.3.5-r1.ebuild b/sys-libs/glibc/glibc-2.3.5-r1.ebuild index 79e99d068bc5..2a269ac584d4 100644 --- a/sys-libs/glibc/glibc-2.3.5-r1.ebuild +++ b/sys-libs/glibc/glibc-2.3.5-r1.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-r1.ebuild,v 1.32 2005/09/22 06:10:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r1.ebuild,v 1.33 2005/09/23 23:55:45 vapier Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -1120,7 +1120,9 @@ src_unpack() { ;; mips) GLIBC_PATCH_EXCLUDE="${GLIBC_PATCH_EXCLUDE} 3000-all-2.3.4-dl_execstack-PaX-support.patch" - use_multilib && GLIBC_PATCH_EXCLUDE="${GLIBC_PATCH_EXCLUDE} 6680_mips_nolib3264.patch" + use_multilib \ + && GLIBC_PATCH_EXCLUDE="${GLIBC_PATCH_EXCLUDE} 6680_mips_nolib3264.patch" \ + || GLIBC_PATCH_EXCLUDE="${GLIBC_PATCH_EXCLUDE} 5005_all_enable-multilib-with-cross-compile.patch" ;; esac |