diff options
author | 2011-03-20 20:16:57 +0000 | |
---|---|---|
committer | 2011-03-20 20:16:57 +0000 | |
commit | e829653b3e486184d6e5d6bcc23599f88e634d43 (patch) | |
tree | 66adeb339a4271d3f2eb9611b7d988274e80e1bf /games-simulation/fgrun | |
parent | x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly (diff) | |
download | gentoo-2-e829653b3e486184d6e5d6bcc23599f88e634d43.tar.gz gentoo-2-e829653b3e486184d6e5d6bcc23599f88e634d43.tar.bz2 gentoo-2-e829653b3e486184d6e5d6bcc23599f88e634d43.zip |
x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation/fgrun')
-rw-r--r-- | games-simulation/fgrun/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/fgrun/fgrun-1.5.2.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-simulation/fgrun/ChangeLog b/games-simulation/fgrun/ChangeLog index e163986e4a34..24e6681aaf9e 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.10 2010/05/21 11:18:16 tupone Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.11 2011/03/20 20:16:57 jlec Exp $ + + 20 Mar 2011; Justin Lecher <jlec@gentoo.org> fgrun-1.5.2.ebuild: + x11-libs/fltk SLOTMOVE 1.1 -> 1, corrected ebuild accordingly 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 diff --git a/games-simulation/fgrun/fgrun-1.5.2.ebuild b/games-simulation/fgrun/fgrun-1.5.2.ebuild index 66174247c29a..828da1fb2ffb 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 +# Copyright 1999-2011 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.3 2010/10/14 03:04:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.2.ebuild,v 1.4 2011/03/20 20:16:57 jlec Exp $ EAPI=2 inherit autotools eutils multilib games @@ -14,8 +14,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=dev-games/simgear-2 - >=x11-libs/fltk-1.1.9:1.1[opengl,threads]" +DEPEND=" + >=dev-games/simgear-2 + x11-libs/fltk:1[opengl,threads]" RDEPEND="${DEPEND} >=games-simulation/flightgear-2" |