workaround no longer needed
authorMike Frysinger <vapier@gentoo.org>
Sat, 17 Jun 2006 21:10:11 +0000 (21:10 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 17 Jun 2006 21:10:11 +0000 (21:10 +0000)
sys-devel/binutils/binutils-2.16.93.ebuild

index 399ba2545ef70eafa4ae0e9f109b935b92f66e3a..5af6f9167fdda430fe790248ea752f2bf6a02a15 100644 (file)
@@ -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
-}