diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-18 18:08:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-18 18:08:19 +0000 |
commit | d749b65e2dd023350baf0ae7f1bd0491338edd55 (patch) | |
tree | 9759737e49833b1c130a48237e9c4af5960d8050 /games-simulation/flightgear | |
parent | tidy (diff) | |
download | gentoo-2-d749b65e2dd023350baf0ae7f1bd0491338edd55.tar.gz gentoo-2-d749b65e2dd023350baf0ae7f1bd0491338edd55.tar.bz2 gentoo-2-d749b65e2dd023350baf0ae7f1bd0491338edd55.zip |
tidy
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-simulation/flightgear')
-rw-r--r-- | games-simulation/flightgear/flightgear-1.9.1.ebuild | 8 | ||||
-rw-r--r-- | games-simulation/flightgear/flightgear-2.0.0.ebuild | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/games-simulation/flightgear/flightgear-1.9.1.ebuild b/games-simulation/flightgear/flightgear-1.9.1.ebuild index 3e9b93794066..bae2641b5c18 100644 --- a/games-simulation/flightgear/flightgear-1.9.1.ebuild +++ b/games-simulation/flightgear/flightgear-1.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-1.9.1.ebuild,v 1.8 2010/10/14 20:24:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-1.9.1.ebuild,v 1.9 2010/10/18 18:08:19 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games @@ -17,11 +17,10 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" IUSE="sdl" -RDEPEND="media-libs/freeglut +DEPEND="media-libs/freeglut ~dev-games/simgear-1.9.1 dev-games/openscenegraph[png] x11-libs/libXmu" -DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} @@ -35,8 +34,7 @@ src_prepare() { src_configure() { egamesconf \ --disable-dependency-tracking \ - $(use_enable sdl) \ - || die "configure failed" + $(use_enable sdl) } src_install() { diff --git a/games-simulation/flightgear/flightgear-2.0.0.ebuild b/games-simulation/flightgear/flightgear-2.0.0.ebuild index 150857c1b1b3..32325c8f554b 100644 --- a/games-simulation/flightgear/flightgear-2.0.0.ebuild +++ b/games-simulation/flightgear/flightgear-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.0.0.ebuild,v 1.5 2010/06/22 18:52:59 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.0.0.ebuild,v 1.6 2010/10/18 18:08:19 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games @@ -17,13 +17,12 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="sdl" -RDEPEND=">=media-libs/freeglut-2.6.0 +DEPEND=">=media-libs/freeglut-2.6.0 ~dev-games/simgear-2.0.0 dev-games/openscenegraph[png] x11-libs/libXmu x11-libs/libXi dev-vcs/subversion" -DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} @@ -35,8 +34,7 @@ src_prepare() { src_configure() { egamesconf \ --disable-dependency-tracking \ - $(use_enable sdl) \ - || die "configure failed" + $(use_enable sdl) } src_install() { |