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: toolchain.eclass
Date: Mon, 01 Apr 2013 08:00:12
Message-Id: 20130401080005.CB3462171D@flycatcher.gentoo.org
1 vapier 13/04/01 08:00:05
2
3 Modified: toolchain.eclass
4 Log:
5 avoid regenerating info pages due to changed version/bugurl fields #464008
6
7 Revision Changes Path
8 1.572 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.572&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.572&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.571&r2=1.572
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.571
18 retrieving revision 1.572
19 diff -u -r1.571 -r1.572
20 --- toolchain.eclass 1 Apr 2013 07:59:05 -0000 1.571
21 +++ toolchain.eclass 1 Apr 2013 08:00:05 -0000 1.572
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2013 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.571 2013/04/01 07:59:05 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.572 2013/04/01 08:00:05 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -163,7 +163,6 @@
31 fi
32
33 DEPEND="${RDEPEND}
34 - >=sys-apps/texinfo-4.8
35 >=sys-devel/bison-1.875
36 >=sys-devel/flex-2.5.4
37 test? (
38 @@ -795,6 +794,10 @@
39
40 gnuconfig_update
41
42 + # keep info pages from regenerating due to our custom version/bug url
43 + # settings. there's no real gain from doing so, but there is pain. #464008
44 + touch -r . gcc/gcc-vers.texi
45 +
46 # update configure files
47 local f
48 einfo "Fixing misc issues in configure files"