Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: games.eclass
Date: Wed, 21 Jan 2009 19:03:57
Message-Id: E1LPiMj-00039j-Tw@stork.gentoo.org
1 mr_bones_ 09/01/21 19:03:53
2
3 Modified: games.eclass
4 Log:
5 just always export CC and CXX from toolchain so we don't have to manually do it in a bunch of places.
6
7 Revision Changes Path
8 1.131 eclass/games.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games.eclass?rev=1.131&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games.eclass?rev=1.131&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/games.eclass?r1=1.130&r2=1.131
13
14 Index: games.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/games.eclass,v
17 retrieving revision 1.130
18 retrieving revision 1.131
19 diff -u -r1.130 -r1.131
20 --- games.eclass 5 Jan 2009 01:24:52 -0000 1.130
21 +++ games.eclass 21 Jan 2009 19:03:53 -0000 1.131
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.130 2009/01/05 01:24:52 mr_bones_ Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.131 2009/01/21 19:03:53 mr_bones_ Exp $
27
28 # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@g.o
29 #
30 @@ -8,7 +8,7 @@
31 # you better have a *good* reason why you're *not* using games.eclass
32 # in a games-* ebuild
33
34 -inherit base multilib eutils
35 +inherit base multilib toolchain-funcs eutils
36
37 case ${EAPI:-0} in
38 0|1) EXPORT_FUNCTIONS pkg_setup src_compile pkg_preinst pkg_postinst ;;
39 @@ -113,6 +113,7 @@
40 }
41
42 games_pkg_setup() {
43 + tc-export CC CXX
44 [[ ${GAMES_CHECK_LICENSE} == "yes" ]] && check_license ${LICENSE}
45
46 # Make sure SDL was built in a certain way