diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-17 21:10:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-17 21:10:11 +0000 |
commit | d02bc84b3a999799403ba9f91ecf8256cfed99be (patch) | |
tree | f9d4b12b30f3c48621ed376a4e046d67df7064fb /sys-devel | |
parent | Initial import; thanks to all contributors in bug #81290. (diff) | |
download | gentoo-2-d02bc84b3a999799403ba9f91ecf8256cfed99be.tar.gz gentoo-2-d02bc84b3a999799403ba9f91ecf8256cfed99be.tar.bz2 gentoo-2-d02bc84b3a999799403ba9f91ecf8256cfed99be.zip |
workaround no longer needed
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.16.93.ebuild | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/sys-devel/binutils/binutils-2.16.93.ebuild b/sys-devel/binutils/binutils-2.16.93.ebuild index 399ba2545ef7..5af6f9167fdd 100644 --- a/sys-devel/binutils/binutils-2.16.93.ebuild +++ b/sys-devel/binutils/binutils-2.16.93.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.93.ebuild,v 1.1 2006/05/22 04:43:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16.93.ebuild,v 1.2 2006/06/17 21:10:11 vapier Exp $ PATCHVER="1.0" UCLIBC_PATCHVER="1.0" @@ -9,16 +9,3 @@ inherit toolchain-binutils # ARCH - packages to test before marking KEYWORDS="-*" - -src_unpack() { - tc-binutils_unpack - - # need to figure out how to make these work ... - rm \ - "${S}"/binutils/doc/config.texi \ - "${S}"/gas/doc/asconfig.texi \ - "${S}"/ld/configdoc.texi \ - || die - - tc-binutils_apply_patches -} |