diff options
author | Jan Seidel <tuxus@gentoo.org> | 2003-01-19 20:28:42 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2003-01-19 20:28:42 +0000 |
commit | 56e9ada98a05c853b1361230a4f7248a7aa10763 (patch) | |
tree | bfc93b3a0b6eb21c42b368e9e7aa170aef3a424f /sys-devel/binutils | |
parent | do not set jobs higher than those in make.conf, bug #13565 (diff) | |
download | historical-56e9ada98a05c853b1361230a4f7248a7aa10763.tar.gz historical-56e9ada98a05c853b1361230a4f7248a7aa10763.tar.bz2 historical-56e9ada98a05c853b1361230a4f7248a7aa10763.zip |
Add patches for mips and Added mips to keywords
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.13.90.0.16-r1.ebuild | 12 |
2 files changed, 15 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 72b6704d6188..e428976d8935 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,12 +1,16 @@ # ChangeLog for sys-devel/binutils # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.22 2003/01/08 17:35:29 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.23 2003/01/19 20:28:42 tuxus Exp $ 08 Jan 2003; Martin Schlemmer <azarah@gentoo.org> binutils-2.13.90.0.16-r1.ebuild : Mark stable. *binutils-2.13.90.0.16-r1 (30 Dec 2002) + 19 Jan 2003; Jan Seidel <tuxus@gentoo.org> : + Add patches for mips + Added mips to keywords + 30 Dec 2002; Martin Schlemmer <azarah@gentoo.org> binutils-2.13.90.0.16-r1.ebuild : Update with patches from Redhat/Mandrake for various issues. diff --git a/sys-devel/binutils/binutils-2.13.90.0.16-r1.ebuild b/sys-devel/binutils/binutils-2.13.90.0.16-r1.ebuild index 41796c91420a..e43eea3e9303 100644 --- a/sys-devel/binutils/binutils-2.13.90.0.16-r1.ebuild +++ b/sys-devel/binutils/binutils-2.13.90.0.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.16-r1.ebuild,v 1.2 2003/01/08 17:35:29 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.13.90.0.16-r1.ebuild,v 1.3 2003/01/19 20:28:42 tuxus Exp $ IUSE="nls bootstrap static build" @@ -20,7 +20,7 @@ HOMEPAGE="http://sources.redhat.com/binutils/" SLOT="0" LICENSE="GPL-2|LGPL-2" -KEYWORDS="x86 ppc alpha sparc" +KEYWORDS="x86 ppc alpha sparc mips" DEPEND="virtual/glibc >=sys-apps/portage-2.0.21 @@ -51,6 +51,14 @@ src_unpack() { } src_compile() { + + # Add patches for mips + if [ "${ARCH}" = "mips" ] + then + cd ${S} + chmod +x mips/README + ./mips/README + fi local myconf="" use nls && \ |