summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Seidel <tuxus@gentoo.org>2003-01-19 20:28:42 +0000
committerJan Seidel <tuxus@gentoo.org>2003-01-19 20:28:42 +0000
commit56e9ada98a05c853b1361230a4f7248a7aa10763 (patch)
treebfc93b3a0b6eb21c42b368e9e7aa170aef3a424f /sys-devel/binutils/binutils-2.13.90.0.16-r1.ebuild
parentdo not set jobs higher than those in make.conf, bug #13565 (diff)
downloadhistorical-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/binutils-2.13.90.0.16-r1.ebuild')
-rw-r--r--sys-devel/binutils/binutils-2.13.90.0.16-r1.ebuild12
1 files changed, 10 insertions, 2 deletions
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 && \