diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 11:54:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 11:54:19 +0000 |
commit | 483ab77cb080b0696fcc71d3060bb070f24fc26f (patch) | |
tree | 70b51a05da91b8477370db9ad5f9cb39c723ba51 /eclass | |
parent | tidy (Manifest recommit) (diff) | |
download | gentoo-2-483ab77cb080b0696fcc71d3060bb070f24fc26f.tar.gz gentoo-2-483ab77cb080b0696fcc71d3060bb070f24fc26f.tar.bz2 gentoo-2-483ab77cb080b0696fcc71d3060bb070f24fc26f.zip |
automatic gnuconfig_update
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/games.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass index 1b83a2aa9379..59c76d5f5314 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.84 2004/12/26 09:52:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.85 2004/12/30 11:54:19 vapier Exp $ # # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org # @@ -8,7 +8,7 @@ # you better have a *good* reason why you're *not* using games.eclass # in a games ebuild -inherit eutils +inherit eutils gnuconfig ECLASS=games INHERITED="$INHERITED $ECLASS" @@ -34,6 +34,7 @@ export GAMES_USER_DED="${GAMES_USER_DED:-games}" export GAMES_GROUP="${GAMES_GROUP:-games}" egamesconf() { + gnuconfig_update if [ -x ./configure ] ; then echo \ ./configure \ |