diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-03-23 15:39:41 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-03-23 15:39:41 +0000 |
commit | 55ebdacd897cf6d47787041d318ee31b5b1ba736 (patch) | |
tree | 45d15868327e13ed60255e940e884c3935b20315 /sys-devel/binutils | |
parent | Version bumped. (diff) | |
download | gentoo-2-55ebdacd897cf6d47787041d318ee31b5b1ba736.tar.gz gentoo-2-55ebdacd897cf6d47787041d318ee31b5b1ba736.tar.bz2 gentoo-2-55ebdacd897cf6d47787041d318ee31b5b1ba736.zip |
seems fine for x86
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.13.90.0.20.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index d36b810f8099..5b3e338a2ebf 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.38 2003/03/22 16:34:31 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.39 2003/03/23 15:39:41 azarah Exp $ + + 23 Mar 2003; Martin Schlemmer <azarah@gentoo.org> binutils-2.13.90.0.20.ebuild : + Add '~x86' to KEYWORDS. *binutils-2.13.90.0.20 (22 Mar 2003) diff --git a/sys-devel/binutils/binutils-2.13.90.0.20.ebuild b/sys-devel/binutils/binutils-2.13.90.0.20.ebuild index 5299a1873367..a2c640b1cb54 100644 --- a/sys-devel/binutils/binutils-2.13.90.0.20.ebuild +++ b/sys-devel/binutils/binutils-2.13.90.0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.13.90.0.20.ebuild,v 1.1 2003/03/22 16:34:31 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.13.90.0.20.ebuild,v 1.2 2003/03/23 15:39:41 azarah Exp $ IUSE="nls bootstrap build" @@ -20,7 +20,7 @@ HOMEPAGE="http://sources.redhat.com/binutils/" SLOT="0" LICENSE="GPL-2|LGPL-2" -KEYWORDS="-x86 -ppc -alpha -sparc ~mips -hppa -arm" +KEYWORDS="~x86 -ppc -alpha -sparc ~mips -hppa -arm" DEPEND="virtual/glibc >=sys-apps/portage-2.0.21 @@ -47,6 +47,7 @@ src_unpack() { epatch ${FILESDIR}/2.13/${PN}-2.13.90.0.10-glibc21.patch epatch ${FILESDIR}/2.13/${PN}-2.13.90.0.10-x86_64-testsuite.patch epatch ${FILESDIR}/2.13/${PN}-2.13.90.0.10-x86_64-gotpcrel.patch + epatch ${FILESDIR}/2.13/${PN}-2.13.90.0.18-sparc-nonpic.patch epatch ${FILESDIR}/2.13/${PN}-2.13.90.0.18-eh-frame-ro.patch epatch ${FILESDIR}/2.13/${PN}-2.13.90.0.18-ltconfig-multilib.patch epatch ${FILESDIR}/2.13/${PN}-2.13.90.0.18-testsuite-Wall-fixes.patch @@ -54,7 +55,7 @@ src_unpack() { && epatch ${FILESDIR}/2.13/${P}-array-sects-compat.patch epatch ${FILESDIR}/2.13/${PN}-2.13.90.0.18-s390-file-loc.patch - # Add patches for mips + # Add patches for mips if [ "${ARCH}" = "mips" ] then epatch ${FILESDIR}/2.13/${P}-gas-mips-gprel.patch |