diff options
author | 2012-11-26 18:06:55 +0000 | |
---|---|---|
committer | 2012-11-26 18:06:55 +0000 | |
commit | 716d20f2200bfa4b00c54484ec5e3b48f6a35990 (patch) | |
tree | 2a20d81787470e7d619359853b7d13f3819ac9b9 /eclass | |
parent | http://my.opera.com/desktopteam/blog/2012/11/26/2x12 (diff) | |
download | gentoo-2-716d20f2200bfa4b00c54484ec5e3b48f6a35990.tar.gz gentoo-2-716d20f2200bfa4b00c54484ec5e3b48f6a35990.tar.bz2 gentoo-2-716d20f2200bfa4b00c54484ec5e3b48f6a35990.zip |
drop SYMLINK_LIB patch since upstream has added a similar change to mainline
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index fce928131fdc..d18320474760 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -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/eclass/toolchain-binutils.eclass,v 1.120 2012/10/24 03:24:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.121 2012/11/26 18:06:55 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> # @@ -144,7 +144,6 @@ tc-binutils_apply_patches() { cd "${S}" if ! use vanilla ; then - [[ ${SYMLINK_LIB} != "yes" ]] && EPATCH_EXCLUDE+=" 65_all_binutils-*-amd64-32bit-path.patch" if [[ -n ${PATCHVER} ]] ; then EPATCH_SOURCE=${WORKDIR}/patch if [[ ${CTARGET} == mips* ]] ; then |