summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2003-06-07 07:37:48 +0000
committerJoshua Kinard <kumba@gentoo.org>2003-06-07 07:37:48 +0000
commitf2568a297301ebfb45c6996496ee08d794e9e503 (patch)
treef82f112b1474b39793b70b741f564257bd2ad885 /sys-devel/binutils
parentChanged ~mips to -mips. Has b0rked linkage regarding libbfd. Not reccommend... (diff)
downloadgentoo-2-f2568a297301ebfb45c6996496ee08d794e9e503.tar.gz
gentoo-2-f2568a297301ebfb45c6996496ee08d794e9e503.tar.bz2
gentoo-2-f2568a297301ebfb45c6996496ee08d794e9e503.zip
Changed ~mips to -mips. Has b0rked linkage regarding libbfd. Not reccommended for use
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r--sys-devel/binutils/ChangeLog7
-rw-r--r--sys-devel/binutils/Manifest4
-rw-r--r--sys-devel/binutils/binutils-2.14.90.0.4.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog
index ab339fd3e4b4..768b454d52dc 100644
--- a/sys-devel/binutils/ChangeLog
+++ b/sys-devel/binutils/ChangeLog
@@ -1,9 +1,14 @@
# 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.52 2003/05/27 23:48:46 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.53 2003/06/07 07:37:36 kumba Exp $
+
*binutils-2.14.90.0.4 (26 May 2003)
+ 07 Jun 2003; Joshua Kinard <kumba@gentoo.org> binutils-2.14.90.0.4.ebuild:
+ Changed ~mips to -mips. This package should stay masked until dragon
+ can release a fixed version that fixes the bad libbfd linkage.
+
26 May 2003; Joshua Kinard <kumba@gentoo.org>
binutils-2.14.90.0.4.ebuild:
New Version. Masked for all archs except unstable/testing on mips.
diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index 8c848badd4ed..1fb7caae6e7a 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -1,4 +1,4 @@
-MD5 caf6a3831e3f616fadab1eeecfb831ed ChangeLog 10521
+MD5 de795b339423dfc32987553cee24a08a ChangeLog 10520
MD5 aadd595cfe7c0c5bbcec70650b452401 binutils-2.11.92.0.12.3-r2.ebuild 3125
MD5 011c5a33d84072e1af09ccf89cba6d61 binutils-2.11.92.0.7.ebuild 2357
MD5 368c85b995c3ab74a32a09e573aba1f9 binutils-2.12.90.0.15.ebuild 3512
@@ -9,7 +9,7 @@ MD5 51bfea19ab266367baf39b3e6224be33 binutils-2.13.90.0.18.ebuild 4580
MD5 d7b4cc81d5633b9a2bca55e3f0b7205e binutils-2.13.90.0.20-r1.ebuild 5006
MD5 da65d51e66e6bdc13a3df7049bddf4ae binutils-2.14.90.0.1-r1.ebuild 5098
MD5 da61d04d133fef7fad5eb175bf409094 binutils-2.14.90.0.2.ebuild 4829
-MD5 0edf66eb95dfd7e593c13bf1ddcee59f binutils-2.14.90.0.4.ebuild 4835
+MD5 075e63a74438b642a92b5e3db56c4453 binutils-2.14.90.0.4.ebuild 4835
MD5 fe5fb935b171a472f5eb1a8bca63c136 files/binutils-2.12.90.0.14-glibc21.patch 7936
MD5 f453b3f208b17cd18380bc3653936487 files/binutils-2.12.90.0.14-x86_64-libpic.patch 1184
MD5 db3f89b51f6961b0cf92bdddf8127ea7 files/digest-binutils-2.11.92.0.12.3-r2 161
diff --git a/sys-devel/binutils/binutils-2.14.90.0.4.ebuild b/sys-devel/binutils/binutils-2.14.90.0.4.ebuild
index 5a90f561e498..a390da6ef460 100644
--- a/sys-devel/binutils/binutils-2.14.90.0.4.ebuild
+++ b/sys-devel/binutils/binutils-2.14.90.0.4.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.14.90.0.4.ebuild,v 1.1 2003/05/26 21:40:36 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.4.ebuild,v 1.2 2003/06/07 07:37:37 kumba 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