summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-06-24 17:08:43 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-06-24 17:08:43 +0000
commit9dc027d481a365b1bf778978131a498625dcf487 (patch)
tree03d5b96b50364b7d4dbcfb997419aceeb379447e /eclass
parentAdded pam use flag for pam dependency. Bumped webmin and virtualmin versions... (diff)
downloadgentoo-2-9dc027d481a365b1bf778978131a498625dcf487.tar.gz
gentoo-2-9dc027d481a365b1bf778978131a498625dcf487.tar.bz2
gentoo-2-9dc027d481a365b1bf778978131a498625dcf487.zip
Fixed typo bug #96944.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/eutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index 87fc91709df5..35633a524f5d 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.183 2005/06/14 17:56:15 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.184 2005/06/24 17:08:43 eradicator Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -1501,7 +1501,7 @@ preserve_old_lib_notify() {
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"
+ einfo "In order to avoid breaking packages that link against it, this older version"
einfo "is not being removed. In order to make full use of this newer version,"
einfo "you will need to execute the following command:"
einfo " revdep-rebuild --soname ${SONAME}"