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: Sat, 29 Dec 2012 06:44:22
Message-Id: 20121229064403.8E2382171D@flycatcher.gentoo.org
1 vapier 12/12/29 06:44:03
2
3 Modified: toolchain.eclass
4 Log:
5 change `use doc` to `use_if_iuse doc` since not all gcc versions have USE=doc
6
7 Revision Changes Path
8 1.565 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.565&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.565&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.564&r2=1.565
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.564
18 retrieving revision 1.565
19 diff -u -r1.564 -r1.565
20 --- toolchain.eclass 29 Dec 2012 06:41:15 -0000 1.564
21 +++ toolchain.eclass 29 Dec 2012 06:44:03 -0000 1.565
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2012 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.564 2012/12/29 06:41:15 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.565 2012/12/29 06:44:03 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -1332,7 +1332,7 @@
31 ${GCC_MAKE_TARGET} \
32 || die "emake failed with ${GCC_MAKE_TARGET}"
33
34 - if ! is_crosscompile && use cxx && use doc ; then
35 + if ! is_crosscompile && use cxx && use_if_iuse doc ; then
36 if type -p doxygen > /dev/null ; then
37 if tc_version_is_at_least 4.3 ; then
38 cd "${CTARGET}"/libstdc++-v3/doc