diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-11 04:20:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-11 04:20:29 +0000 |
commit | 27f373ca4a7fb6128ef2409efab0f0b43a23887a (patch) | |
tree | bbd57774b74e7786e375b33b53a136c4cb64bfaf /sys-devel | |
parent | Fix by Stuart W. Finlayson for bug in toggle support #122256. (diff) | |
download | gentoo-2-27f373ca4a7fb6128ef2409efab0f0b43a23887a.tar.gz gentoo-2-27f373ca4a7fb6128ef2409efab0f0b43a23887a.tar.bz2 gentoo-2-27f373ca4a7fb6128ef2409efab0f0b43a23887a.zip |
cut freebsd patches #122369
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.16-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.16.1-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.16.1.ebuild | 8 |
3 files changed, 9 insertions, 15 deletions
diff --git a/sys-devel/binutils/binutils-2.16-r1.ebuild b/sys-devel/binutils/binutils-2.16-r1.ebuild index 752f6cf2b7d5..d54ac0d6a866 100644 --- a/sys-devel/binutils/binutils-2.16-r1.ebuild +++ b/sys-devel/binutils/binutils-2.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16-r1.ebuild,v 1.8 2006/01/12 00:42:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16-r1.ebuild,v 1.9 2006/02/11 04:20:29 vapier Exp $ PATCHVER="1.5" UCLIBC_PATCHVER="1.0" @@ -15,10 +15,8 @@ src_unpack() { # Patches cd "${WORKDIR}"/patch - # FreeBSD patches are not safe - [[ ${CTARGET} != *-freebsd* ]] \ - && mv 00_all_freebsd* skip/ \ - || rm -f "${WORKDIR}"/uclibc-patches/40*all-libcs* + # FreeBSD patches are not safe #122369 + rm -f 00_all_freebsd* tc-binutils_apply_patches } diff --git a/sys-devel/binutils/binutils-2.16.1-r1.ebuild b/sys-devel/binutils/binutils-2.16.1-r1.ebuild index 710c1575285f..e2d9365bafa6 100644 --- a/sys-devel/binutils/binutils-2.16.1-r1.ebuild +++ b/sys-devel/binutils/binutils-2.16.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16.1-r1.ebuild,v 1.2 2006/01/12 00:42:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16.1-r1.ebuild,v 1.3 2006/02/11 04:20:29 vapier Exp $ PATCHVER="1.6" UCLIBC_PATCHVER="1.0" @@ -15,10 +15,8 @@ src_unpack() { # Patches cd "${WORKDIR}"/patch - # FreeBSD patches are not safe - [[ ${CTARGET} != *-freebsd* ]] \ - && mv 00_all_freebsd* skip/ \ - || rm -f "${WORKDIR}"/uclibc-patches/40*all-libcs* + # FreeBSD patches are not safe #122369 + rm -f 00_all_freebsd* tc-binutils_apply_patches } diff --git a/sys-devel/binutils/binutils-2.16.1.ebuild b/sys-devel/binutils/binutils-2.16.1.ebuild index ad3fe03e1c0f..ebf61b41d98d 100644 --- a/sys-devel/binutils/binutils-2.16.1.ebuild +++ b/sys-devel/binutils/binutils-2.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16.1.ebuild,v 1.16 2006/01/12 00:42:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16.1.ebuild,v 1.17 2006/02/11 04:20:29 vapier Exp $ PATCHVER="1.5" UCLIBC_PATCHVER="1.0" @@ -15,10 +15,8 @@ src_unpack() { # Patches cd "${WORKDIR}"/patch - # FreeBSD patches are not safe - [[ ${CTARGET} != *-freebsd* ]] \ - && mv 00_all_freebsd* skip/ \ - || rm -f "${WORKDIR}"/uclibc-patches/40*all-libcs* + # FreeBSD patches are not safe #122369 + rm -f 00_all_freebsd* tc-binutils_apply_patches } |