diff options
author | 2007-08-08 23:23:24 +0000 | |
---|---|---|
committer | 2007-08-08 23:23:24 +0000 | |
commit | 79489d3fd3e1ab6c203327d205718d2be668457f (patch) | |
tree | f29769ee5cd155766f39d387cd6d82bfe11b69ae /sys-libs/glibc/files | |
parent | Version bumped. (diff) | |
download | historical-79489d3fd3e1ab6c203327d205718d2be668457f.tar.gz historical-79489d3fd3e1ab6c203327d205718d2be668457f.tar.bz2 historical-79489d3fd3e1ab6c203327d205718d2be668457f.zip |
fix eblit update -- call renamed src_install func
Package-Manager: portage-2.1.3
Diffstat (limited to 'sys-libs/glibc/files')
-rw-r--r-- | sys-libs/glibc/files/eblits/src_install.eblit | 4 |
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 |