diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-03-16 08:02:24 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-03-16 08:02:24 +0000 |
commit | 4525d63fc59e2f05ba81764e058f91b7832ec3a4 (patch) | |
tree | 10c184dab7996af72ef3bd1720c9445a9154e21d /games-simulation | |
parent | Version bump, #309475 thank hitachi for report. (diff) | |
download | gentoo-2-4525d63fc59e2f05ba81764e058f91b7832ec3a4.tar.gz gentoo-2-4525d63fc59e2f05ba81764e058f91b7832ec3a4.tar.bz2 gentoo-2-4525d63fc59e2f05ba81764e058f91b7832ec3a4.zip |
Make it depend on dev-games/openscenegraph built with png support. Bug #309657
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/flightgear/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/flightgear/flightgear-1.9.1.ebuild | 4 | ||||
-rw-r--r-- | games-simulation/flightgear/flightgear-2.0.0.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/games-simulation/flightgear/ChangeLog b/games-simulation/flightgear/ChangeLog index 2de3188d64a6..21db036871d7 100644 --- a/games-simulation/flightgear/ChangeLog +++ b/games-simulation/flightgear/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-simulation/flightgear # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.43 2010/03/13 19:25:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.44 2010/03/16 08:02:24 tupone Exp $ + + 16 Mar 2010; Tupone Alfredo <tupone@gentoo.org> flightgear-1.9.1.ebuild, + flightgear-2.0.0.ebuild: + Make it depend on dev-games/openscenegraph built with png support. Bug + #309657 by Markus Moll 13 Mar 2010; Pacho Ramos <pacho@gentoo.org> flightgear-1.9.1.ebuild: amd64 stable, bug 302504 diff --git a/games-simulation/flightgear/flightgear-1.9.1.ebuild b/games-simulation/flightgear/flightgear-1.9.1.ebuild index c1ea94169baf..6fec83cc3121 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.5 2010/03/13 19:25:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-1.9.1.ebuild,v 1.6 2010/03/16 08:02:24 tupone Exp $ EAPI=2 inherit autotools eutils games @@ -19,7 +19,7 @@ IUSE="sdl" RDEPEND="virtual/glut ~dev-games/simgear-1.9.1 - dev-games/openscenegraph + dev-games/openscenegraph[png] x11-libs/libXmu" DEPEND="${RDEPEND}" diff --git a/games-simulation/flightgear/flightgear-2.0.0.ebuild b/games-simulation/flightgear/flightgear-2.0.0.ebuild index 27568d3b4ac0..d5c07b9a8c11 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.2 2010/03/04 11:57:29 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.0.0.ebuild,v 1.3 2010/03/16 08:02:24 tupone Exp $ EAPI=2 inherit autotools eutils games @@ -19,7 +19,7 @@ IUSE="sdl" RDEPEND="virtual/glut ~dev-games/simgear-2.0.0 - dev-games/openscenegraph + dev-games/openscenegraph[png] x11-libs/libXmu" DEPEND="${RDEPEND}" |