From 62199fa50fb3ea0ba2b5f91b7d7464076a63bf8c Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Wed, 14 Oct 2009 04:44:46 +0000 Subject: tidy (Portage version: 2.1.6.13/cvs/Linux i686) --- games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild b/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild index 4b72d6bcbd8c..28574989a4f0 100644 --- a/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild +++ b/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v 1.6 2009/06/08 10:45:13 tupone Exp $ -EAPI=2 +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot-ng/xpilot-ng-4.7.2-r1.ebuild,v 1.7 2009/10/14 04:44:46 mr_bones_ Exp $ +EAPI=2 inherit python eutils multilib games DESCRIPTION="Improvement of the multiplayer space game XPilot" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/xpilot/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="openal sdl" RDEPEND="x11-libs/libX11 @@ -20,7 +20,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libSM dev-libs/expat openal? ( media-libs/openal ) - =dev-python/wxpython-2.6* + dev-python/wxpython:2.6 sdl? ( virtual/opengl media-libs/libsdl @@ -46,8 +46,7 @@ src_configure() { --disable-dependency-tracking \ $(use_enable sdl sdl-client) \ $(use_enable sdl sdl-gameloop) \ - $(use_enable openal sound) \ - || die + $(use_enable openal sound) } src_install() { -- cgit v1.2.3-65-gdbad