Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: libtool.eclass
Date: Tue, 11 May 2010 04:45:56
Message-Id: 20100511044549.11F042C4F8@corvid.gentoo.org
1 vapier 10/05/11 04:45:48
2
3 Modified: libtool.eclass
4 Log:
5 change bug notice to report a bug rather than annoy specific people
6
7 Revision Changes Path
8 1.88 eclass/libtool.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/libtool.eclass?rev=1.88&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/libtool.eclass?rev=1.88&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/libtool.eclass?r1=1.87&r2=1.88
13
14 Index: libtool.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v
17 retrieving revision 1.87
18 retrieving revision 1.88
19 diff -u -r1.87 -r1.88
20 --- libtool.eclass 14 Apr 2010 18:14:45 -0000 1.87
21 +++ libtool.eclass 11 May 2010 04:45:48 -0000 1.88
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.87 2010/04/14 18:14:45 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.88 2010/05/11 04:45:48 vapier Exp $
27 #
28 # Maintainer: base-system@g.o
29 #
30 @@ -370,7 +370,7 @@
31 if [[ -z $(grep 'We do not want portage' "${x}/ltmain.sh") ]] ; then
32 echo
33 eerror "Portage patch requested, but failed to apply!"
34 - eerror "Please bug azarah or vapier to add proper patch."
35 + eerror "Please file a bug report to add a proper patch."
36 die "Portage patch requested, but failed to apply!"
37 fi
38 else
39 @@ -385,7 +385,7 @@
40
41 echo
42 eerror "Portage patch failed to apply (ltmain.sh version ${version})!"
43 - eerror "Please bug azarah or vapier to add proper patch."
44 + eerror "Please file a bug report to add a proper patch."
45 die "Portage patch failed to apply!"
46 fi
47 # We do not want to run libtoolize ...