diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-14 03:04:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-14 03:04:06 +0000 |
commit | 4ce554300e29d45b41f535086e492c9b9f72895a (patch) | |
tree | 33201fb3030e88e8b9527ec939c389564b60ae35 /games-simulation/fgrun | |
parent | whitespace (diff) | |
download | gentoo-2-4ce554300e29d45b41f535086e492c9b9f72895a.tar.gz gentoo-2-4ce554300e29d45b41f535086e492c9b9f72895a.tar.bz2 gentoo-2-4ce554300e29d45b41f535086e492c9b9f72895a.zip |
<x11-libs/fltk-1.1.9:1.1 is gone
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-simulation/fgrun')
-rw-r--r-- | games-simulation/fgrun/fgrun-1.5.2.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games-simulation/fgrun/fgrun-1.5.2.ebuild b/games-simulation/fgrun/fgrun-1.5.2.ebuild index eab70d1a5f08..66174247c29a 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.2 2010/05/21 11:18:16 tupone Exp $ +# $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 $ EAPI=2 inherit autotools eutils multilib games @@ -15,10 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-games/simgear-2 - || ( - <x11-libs/fltk-1.1.9:1.1[opengl] - >=x11-libs/fltk-1.1.9:1.1[opengl,threads] - )" + >=x11-libs/fltk-1.1.9:1.1[opengl,threads]" RDEPEND="${DEPEND} >=games-simulation/flightgear-2" |