diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-12-30 21:48:23 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-12-30 21:48:23 +0000 |
commit | dbbe7e62c83efbd5b72215ddc136b7c16a92ae71 (patch) | |
tree | bb21eb1915fccaaa1ae2f35f4fd604abb0a510e7 /eclass | |
parent | Marked ~ppc. (diff) | |
download | historical-dbbe7e62c83efbd5b72215ddc136b7c16a92ae71.tar.gz historical-dbbe7e62c83efbd5b72215ddc136b7c16a92ae71.tar.bz2 historical-dbbe7e62c83efbd5b72215ddc136b7c16a92ae71.zip |
change spaces to tabs
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/eutils.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 4cb8fe565f50..74934a52366f 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -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/eclass/eutils.eclass,v 1.133 2004/12/29 18:19:04 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.134 2004/12/30 21:48:23 seemant Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -1596,10 +1596,10 @@ preserve_old_lib() { } preserve_old_lib_notify() { - LIB=$1 + LIB=$1 - if [ -n "${LIB}" -a -f "${ROOT}${LIB}" ]; then - SONAME=`basename ${LIB}` + if [ -n "${LIB}" -a -f "${ROOT}${LIB}" ]; then + SONAME=`basename ${LIB}` einfo "An old version of an installed library was detected on your system." einfo "In order to avoid breaking packages that link against is, this older version" @@ -1609,7 +1609,7 @@ preserve_old_lib_notify() { einfo einfo "After doing that, you can safely remove ${LIB}" einfo "Note: 'emerge gentoolkit' to get revdep-rebuild" - fi + fi } # Hack for people to figure out if a package was built with |