From d850d6962655d1b395cb889999125b7ab3861a40 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Mon, 13 Feb 2012 23:11:29 +0000 Subject: fix typo src_compile -> src_configure (Portage version: 2.1.10.44/cvs/Linux i686) --- games-strategy/gwp/ChangeLog | 7 +++++-- games-strategy/gwp/gwp-0.4.0-r2.ebuild | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'games-strategy/gwp') diff --git a/games-strategy/gwp/ChangeLog b/games-strategy/gwp/ChangeLog index 4a4b812aefcf..fba2974874a5 100644 --- a/games-strategy/gwp/ChangeLog +++ b/games-strategy/gwp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/gwp -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.7 2011/03/01 07:29:03 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.8 2012/02/13 23:11:29 mr_bones_ Exp $ + + 13 Feb 2012; Michael Sterrett gwp-0.4.0-r2.ebuild: + fix typo src_compile -> src_configure 01 Mar 2011; Michael Sterrett gwp-0.4.0-r2.ebuild: EAPI=2; slot gtk+ dep diff --git a/games-strategy/gwp/gwp-0.4.0-r2.ebuild b/games-strategy/gwp/gwp-0.4.0-r2.ebuild index 12425b6b809c..3cd5065c8f3b 100644 --- a/games-strategy/gwp/gwp-0.4.0-r2.ebuild +++ b/games-strategy/gwp/gwp-0.4.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v 1.5 2011/03/01 07:29:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v 1.6 2012/02/13 23:11:29 mr_bones_ Exp $ EAPI=2 inherit eutils gnome2 @@ -38,8 +38,8 @@ src_prepare() { || die "sed failed" } -src_compile() { - gnome2_src_compile \ +src_configure() { + gnome2_src_configure \ $(use_enable nls) \ $(use_enable opengl gtkglext) \ $(use_enable python) -- cgit v1.2.3-65-gdbad