summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Wourms <dragon@gentoo.org>2003-05-08 21:03:15 +0000
committerNicholas Wourms <dragon@gentoo.org>2003-05-08 21:03:15 +0000
commit40ac800bfb16c9691e8899108b32ddeffdac9974 (patch)
tree650b77481561601fbe23dab08a52b73eb1d821b6 /sys-devel
parentFix a minor typo I made in the new binutils ebuild... (diff)
downloadgentoo-2-40ac800bfb16c9691e8899108b32ddeffdac9974.tar.gz
gentoo-2-40ac800bfb16c9691e8899108b32ddeffdac9974.tar.bz2
gentoo-2-40ac800bfb16c9691e8899108b32ddeffdac9974.zip
Fix a minor typo I made in the new binutils ebuild...
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils/ChangeLog6
-rw-r--r--sys-devel/binutils/Manifest4
-rw-r--r--sys-devel/binutils/binutils-2.14.90.0.1-r1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog
index 9a751343dd4e..423c64342ac2 100644
--- a/sys-devel/binutils/ChangeLog
+++ b/sys-devel/binutils/ChangeLog
@@ -1,10 +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.45 2003/05/08 20:52:27 dragon Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.46 2003/05/08 21:03:10 dragon Exp $
*binutils-2.14.90.0.1-r1 (08 May 2003)
08 May 2003; Nicholas Wourms <dragon@gentoo.org>
+ binutils-2.14.90.0.1-r1.ebuild:
+ Fix a small typo in the patch section.
+
+ 08 May 2003; Nicholas Wourms <dragon@gentoo.org>
binutils-2.14.90.0.1-r1.ebuild,
files/2.14/binutils-2.14.90.0.1-eh-frame-ro.patch,
files/2.14/binutils-2.14.90.0.1-sparc-nonpic.patch:
diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index 039cdc69f9f5..8adc405a4f19 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -1,4 +1,4 @@
-MD5 65238ddd14e2b00cb850ab6d1986dc87 ChangeLog 7526
+MD5 cadb369fa9c70c2caad1d0701fdd0874 ChangeLog 7653
MD5 d189f3ead52fedbc4494c79157c153f7 binutils-2.11.92.0.12.3-r2.ebuild 3134
MD5 a665aacd5e8087aa9c51272fa8c357c7 binutils-2.11.92.0.7.ebuild 2366
MD5 743a59e3857ba3b11beab01e6a5442b5 binutils-2.12.90.0.15.ebuild 3521
@@ -12,7 +12,7 @@ MD5 8730038a660b29c4398be9320bedb1c7 binutils-2.13.90.0.18.ebuild 4533
MD5 c98f5e3a4ce9bbb59162ee9b3bbf319e binutils-2.13.90.0.18-r1.ebuild 5329
MD5 ff717bcf4a9aebb432e43af00bd65ba6 binutils-2.13.90.0.20-r1.ebuild 4970
MD5 58ae9cb837ec30cecafe368b8442ade8 binutils-2.14.90.0.1.ebuild 4912
-MD5 ce5044dabf2a457a7687f4af64f89f8c binutils-2.14.90.0.1-r1.ebuild 5018
+MD5 ef82e8d37e0ab585c9b1d8529718f04d binutils-2.14.90.0.1-r1.ebuild 5018
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.1-r1.ebuild b/sys-devel/binutils/binutils-2.14.90.0.1-r1.ebuild
index b495556d644f..d1f8991193fe 100644
--- a/sys-devel/binutils/binutils-2.14.90.0.1-r1.ebuild
+++ b/sys-devel/binutils/binutils-2.14.90.0.1-r1.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.1-r1.ebuild,v 1.1 2003/05/08 20:52:27 dragon Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.1-r1.ebuild,v 1.2 2003/05/08 21:03:10 dragon Exp $
IUSE="nls bootstrap build"
@@ -63,7 +63,7 @@ src_unpack() {
epatch ${FILESDIR}/2.14/${P}-eh-frame-ro.patch
use x86 &> /dev/null \
- && epatch ${FILESDIR}/2.13/${P}-array-sects-compat.patch
+ && epatch ${FILESDIR}/2.13/${PN}-2.13.90.0.20-array-sects-compat.patch
# Add patches for mips
if [ "${ARCH}" = "mips" ]