diff options
author | Travis Tilley <lv@gentoo.org> | 2004-06-16 06:50:25 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-06-16 06:50:25 +0000 |
commit | fad2e759addc1243a9948dc210264cbf2a51aea6 (patch) | |
tree | c9c14405c6e61b165adc0678249a375b0d094bea /sys-devel | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-fad2e759addc1243a9948dc210264cbf2a51aea6.tar.gz gentoo-2-fad2e759addc1243a9948dc210264cbf2a51aea6.tar.bz2 gentoo-2-fad2e759addc1243a9948dc210264cbf2a51aea6.zip |
changed the ebuild to not have "use uclibc ... || die", but it still doesnt patch cleanly so it is still masked
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index f30671498da6..374a293ba015 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/binutils # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.133 2004/06/16 06:33:03 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.134 2004/06/16 06:50:25 lv Exp $ + + 15 Jun 2004; Travis Tilley <lv@gentoo.org> binutils-2.14.90.0.8-r2.ebuild: + changed the ebuild to not have "use uclibc ... || die", but it still doesnt + patch cleanly so it is still masked 15 Jun 2004; Travis Tilley <lv@gentoo.org> binutils-2.14.90.0.8-r2.ebuild: masking -* due to bug 54059 diff --git a/sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild b/sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild index cfa794daabe5..e9af8124cf99 100644 --- a/sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild +++ b/sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild,v 1.2 2004/06/16 06:33:03 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.8-r2.ebuild,v 1.3 2004/06/16 06:50:25 lv Exp $ # NOTE to Maintainer: ChangeLog states that it no longer use perl to build # the manpages, but seems this is incorrect .... @@ -37,7 +37,8 @@ src_unpack() { # one of 38/39 has to be moved out of the way, both are backports of different relro versions # 39 is more current, but not fully backported mv ${WORKDIR}/patch/39_* ${WORKDIR}/patch/skip/ - use uclibc && rm -f ${WORKDIR}/patch/*relro* && rm -rf ${WORKDIR}/patch/*sparc1* || die + + use uclibc && mv ${WORKDIR}/patch/{38,63,64,92}* ${WORKDIR}/patch/skip/ epatch ${WORKDIR}/patch |