diff options
author | Jan Seidel <tuxus@gentoo.org> | 2003-01-07 22:26:28 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2003-01-07 22:26:28 +0000 |
commit | 8cc87f043f25f789016f352a90a518778706a483 (patch) | |
tree | bd650bcb93863bca04f78d1f5ded9f7d5ba7a662 | |
parent | Corrected Homepage. (diff) | |
download | gentoo-2-8cc87f043f25f789016f352a90a518778706a483.tar.gz gentoo-2-8cc87f043f25f789016f352a90a518778706a483.tar.bz2 gentoo-2-8cc87f043f25f789016f352a90a518778706a483.zip |
Add patches for mips and keywords.
-rw-r--r-- | sys-devel/binutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.13.90.0.16.ebuild | 12 |
2 files changed, 15 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 7a46f237487c..c73363aaa579 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,6 @@ # 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.20 2002/12/30 00:18:57 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.21 2003/01/07 22:26:28 tuxus Exp $ *binutils-2.13.90.0.16-r1 (30 Dec 2002) @@ -18,6 +18,10 @@ *binutils-2.13.90.0.16 (29 Nov 2002) + 07 Jan 2003: Jan Seidel <tuxus@gentoo.org> binutils-2.13.90.0.16.ebuild : + Add patches for mips + Added mips to keywords. + 29 Nov 2002; Nick Hadaway <raker@gentoo.org> binutils-2.13.90.0.16.ebuild, files/digest-binutils-2.13.90.0.16 : Version bump. No changes in the ebuild. Solves bug #11088 diff --git a/sys-devel/binutils/binutils-2.13.90.0.16.ebuild b/sys-devel/binutils/binutils-2.13.90.0.16.ebuild index 358e1abc6cc6..bc67d0b00f0a 100644 --- a/sys-devel/binutils/binutils-2.13.90.0.16.ebuild +++ b/sys-devel/binutils/binutils-2.13.90.0.16.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.ebuild,v 1.6 2002/12/17 08:33:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.13.90.0.16.ebuild,v 1.7 2003/01/07 22:26:28 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 @@ -34,6 +34,14 @@ DEPEND="virtual/glibc src_compile() { + + # Add patches for mips + if [ "${ARCH}" = "mips" ] + then + cd ${S} + chmod +x mips/README + ./mips/README + fi local myconf="" use nls && \ |