summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-02-13 23:11:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-02-13 23:11:29 +0000
commitd850d6962655d1b395cb889999125b7ab3861a40 (patch)
tree0c101b386cf8c6b527200397c9bb0494b1fd58ba /games-strategy/gwp
parentUpdate deps for split gtk-builder-convert (bug #402905). (diff)
downloadgentoo-2-d850d6962655d1b395cb889999125b7ab3861a40.tar.gz
gentoo-2-d850d6962655d1b395cb889999125b7ab3861a40.tar.bz2
gentoo-2-d850d6962655d1b395cb889999125b7ab3861a40.zip
fix typo src_compile -> src_configure
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'games-strategy/gwp')
-rw-r--r--games-strategy/gwp/ChangeLog7
-rw-r--r--games-strategy/gwp/gwp-0.4.0-r2.ebuild8
2 files changed, 9 insertions, 6 deletions
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 <mr_bones_@gentoo.org> gwp-0.4.0-r2.ebuild:
+ fix typo src_compile -> src_configure
01 Mar 2011; Michael Sterrett <mr_bones_@gentoo.org> 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)