diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-23 19:16:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-23 19:16:44 +0000 |
commit | 49891b7c7f99d10d86a4916818a56600788f99d6 (patch) | |
tree | b4c9fa2b5a1063662b5c3a25aa7ebec1699ae971 /games-puzzle | |
parent | Version Bump. (diff) | |
download | gentoo-2-49891b7c7f99d10d86a4916818a56600788f99d6.tar.gz gentoo-2-49891b7c7f99d10d86a4916818a56600788f99d6.tar.bz2 gentoo-2-49891b7c7f99d10d86a4916818a56600788f99d6.zip |
don't need gnuconfig_update
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/groundhog/groundhog-1.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-puzzle/groundhog/groundhog-1.4.ebuild b/games-puzzle/groundhog/groundhog-1.4.ebuild index 45a2bfcca26a..324927c0ae18 100644 --- a/games-puzzle/groundhog/groundhog-1.4.ebuild +++ b/games-puzzle/groundhog/groundhog-1.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.14 2006/05/07 20:45:39 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/groundhog/groundhog-1.4.ebuild,v 1.15 2006/06/23 19:16:44 mr_bones_ Exp $ -inherit eutils gnuconfig games +inherit eutils games DESCRIPTION="Kids card/puzzle game" HOMEPAGE="http://home-2.consunet.nl/~cb007736/groundhog.html" @@ -23,7 +23,6 @@ src_unpack() { } src_compile() { - gnuconfig_update egamesconf $(use_enable nls) || die emake CXXFLAGS="${CXXFLAGS}" || die "emake failed" } |