diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-05-21 11:18:16 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-05-21 11:18:16 +0000 |
commit | 8d9f5067d01bb04045a6d52235a287118b208379 (patch) | |
tree | f11466913ad85374609f422d3e008cdf188c78c8 /games-simulation/fgrun | |
parent | Arfrever thinks that PYTHOON is not PYTHON (diff) | |
download | gentoo-2-8d9f5067d01bb04045a6d52235a287118b208379.tar.gz gentoo-2-8d9f5067d01bb04045a6d52235a287118b208379.tar.bz2 gentoo-2-8d9f5067d01bb04045a6d52235a287118b208379.zip |
Require at least simgear 2.0.0. Fix bug #320367
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-simulation/fgrun')
-rw-r--r-- | games-simulation/fgrun/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/fgrun/fgrun-1.5.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-simulation/fgrun/ChangeLog b/games-simulation/fgrun/ChangeLog index 66b0c1873267..e163986e4a34 100644 --- a/games-simulation/fgrun/ChangeLog +++ b/games-simulation/fgrun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/fgrun # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.9 2010/03/19 20:29:56 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.10 2010/05/21 11:18:16 tupone Exp $ + + 21 May 2010; Tupone Alfredo <tupone@gentoo.org> fgrun-1.5.2.ebuild: + Require at least simgear 2.0.0. Fix bug #320367 by flameeyes@gentoo.org *fgrun-1.5.2 (19 Mar 2010) diff --git a/games-simulation/fgrun/fgrun-1.5.2.ebuild b/games-simulation/fgrun/fgrun-1.5.2.ebuild index b343cabf947e..eab70d1a5f08 100644 --- a/games-simulation/fgrun/fgrun-1.5.2.ebuild +++ b/games-simulation/fgrun/fgrun-1.5.2.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/fgrun/fgrun-1.5.2.ebuild,v 1.1 2010/03/19 20:29:56 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.2.ebuild,v 1.2 2010/05/21 11:18:16 tupone Exp $ EAPI=2 inherit autotools eutils multilib games @@ -14,13 +14,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-games/simgear +DEPEND=">=dev-games/simgear-2 || ( <x11-libs/fltk-1.1.9:1.1[opengl] >=x11-libs/fltk-1.1.9:1.1[opengl,threads] )" RDEPEND="${DEPEND} - >=games-simulation/flightgear-1.9.0" + >=games-simulation/flightgear-2" src_prepare() { epatch "${FILESDIR}/${P}"-fltk.patch |