summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-05-11 04:45:48 +0000
committerMike Frysinger <vapier@gentoo.org>2010-05-11 04:45:48 +0000
commitc99936cadb88541dd30a634802c5dae04e0e6479 (patch)
treef7f1bf91cbbc8323c4a5fa438f8a859611db9dc8 /eclass
parentOld. (diff)
downloadgentoo-2-c99936cadb88541dd30a634802c5dae04e0e6479.tar.gz
gentoo-2-c99936cadb88541dd30a634802c5dae04e0e6479.tar.bz2
gentoo-2-c99936cadb88541dd30a634802c5dae04e0e6479.zip
change bug notice to report a bug rather than annoy specific people
Diffstat (limited to '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 ...