summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r--eclass/libtool.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index 0078867ccbc6..def0f2e840d0 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -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/eclass/libtool.eclass,v 1.87 2010/04/14 18:14:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.88 2010/05/11 04:45:48 vapier Exp $
#
# Maintainer: base-system@gentoo.org
#
@@ -370,7 +370,7 @@ elibtoolize() {
if [[ -z $(grep 'We do not want portage' "${x}/ltmain.sh") ]] ; then
echo
eerror "Portage patch requested, but failed to apply!"
- eerror "Please bug azarah or vapier to add proper patch."
+ eerror "Please file a bug report to add a proper patch."
die "Portage patch requested, but failed to apply!"
fi
else
@@ -385,7 +385,7 @@ elibtoolize() {
echo
eerror "Portage patch failed to apply (ltmain.sh version ${version})!"
- eerror "Please bug azarah or vapier to add proper patch."
+ eerror "Please file a bug report to add a proper patch."
die "Portage patch failed to apply!"
fi
# We do not want to run libtoolize ...