summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-15 17:16:31 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-15 17:16:31 +0000
commit4502ea0402cc22a017fe86fee577efb7aa47eb6a (patch)
treed8cd95572130cd5b91390b3a8eb240b1e78c9918 /sys-devel
parentexport the right ECLASS (diff)
downloadgentoo-2-4502ea0402cc22a017fe86fee577efb7aa47eb6a.tar.gz
gentoo-2-4502ea0402cc22a017fe86fee577efb7aa47eb6a.tar.bz2
gentoo-2-4502ea0402cc22a017fe86fee577efb7aa47eb6a.zip
call the right updates func
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild b/sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild
index 061ba40b13b3..e2a8e4fa0a6f 100644
--- a/sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild
+++ b/sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild,v 1.6 2004/11/14 09:07:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild,v 1.7 2004/11/15 17:16:31 vapier Exp $
PATCHVER="1.2"
UCLIBC_PATCHVER="1.0"
@@ -21,5 +21,5 @@ src_unpack() {
fi
mv *ldsoconf* skip/
- apply_binutils_update
+ apply_binutils_updates
}