summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-07-29 20:38:16 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-07-29 20:38:16 +0000
commitad0c355684015ed9f9ebdb1e7fdbb34c5eaf65a0 (patch)
treeba50b89b37f3f495295bc80f80018682dcc057c5 /eclass
parentBump to 2.3.0 (diff)
downloadgentoo-2-ad0c355684015ed9f9ebdb1e7fdbb34c5eaf65a0.tar.gz
gentoo-2-ad0c355684015ed9f9ebdb1e7fdbb34c5eaf65a0.tar.bz2
gentoo-2-ad0c355684015ed9f9ebdb1e7fdbb34c5eaf65a0.zip
tc-export LD AR RANLIB as well
Diffstat (limited to 'eclass')
-rw-r--r--eclass/games.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass
index 61bed9cb802a..0ab44d815717 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.150 2012/07/28 15:52:23 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.151 2012/07/29 20:38:16 mr_bones_ Exp $
-# devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org
+# devlist: games@gentoo.org
#
# This is the games eclass for standardizing the install of games ...
# you better have a *good* reason why you're *not* using games.eclass
@@ -128,7 +128,7 @@ gamesenv() {
}
games_pkg_setup() {
- tc-export CC CXX
+ tc-export CC CXX LD AR RANLIB
enewgroup "${GAMES_GROUP}" 35
[[ ${GAMES_USER} != "root" ]] \