summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-08-08 23:23:24 +0000
committerMike Frysinger <vapier@gentoo.org>2007-08-08 23:23:24 +0000
commit2b82e1c3676a8f4edf0aa25ddd139bbfb957c242 (patch)
tree205aff4153ed10391780f81a76feabfa35095aa3 /sys-libs
parentVersion bumped. (diff)
downloadgentoo-2-2b82e1c3676a8f4edf0aa25ddd139bbfb957c242.tar.gz
gentoo-2-2b82e1c3676a8f4edf0aa25ddd139bbfb957c242.tar.bz2
gentoo-2-2b82e1c3676a8f4edf0aa25ddd139bbfb957c242.zip
fix eblit update -- call renamed src_install func
(Portage version: 2.1.3)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/files/eblits/src_install.eblit4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/files/eblits/src_install.eblit b/sys-libs/glibc/files/eblits/src_install.eblit
index 628e278baf91..e160cde3d12c 100644
--- a/sys-libs/glibc/files/eblits/src_install.eblit
+++ b/sys-libs/glibc/files/eblits/src_install.eblit
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit,v 1.2 2007/08/06 09:50:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_install.eblit,v 1.3 2007/08/08 23:23:24 vapier Exp $
toolchain-glibc_src_install() {
# These should not be set, else the
@@ -225,7 +225,7 @@ eblit-glibc-src_install() {
OABI=${ABI}
for ABI in ${abilist} ; do
export ABI
- src_install
+ eblit-glibc-src_install
done
ABI=${OABI}
unset OABI