diff options
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 } |