diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-11-14 18:46:00 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-11-14 18:46:00 +0000 |
commit | e7283045ab1bf72177a55fdb054cf89c9642ccaf (patch) | |
tree | b9788f63e5f6868f4d8cb25112196e6cdb948b37 /games-simulation/fgrun | |
parent | Restrict fltk dependency to SLOT 1.1 (bug #246445). (diff) | |
download | gentoo-2-e7283045ab1bf72177a55fdb054cf89c9642ccaf.tar.gz gentoo-2-e7283045ab1bf72177a55fdb054cf89c9642ccaf.tar.bz2 gentoo-2-e7283045ab1bf72177a55fdb054cf89c9642ccaf.zip |
Restrict fltk dependency to SLOT 1.1 (bug #246445).
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'games-simulation/fgrun')
-rw-r--r-- | games-simulation/fgrun/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/fgrun/fgrun-1.0.0.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/games-simulation/fgrun/ChangeLog b/games-simulation/fgrun/ChangeLog index 14fa74ce91e8..2e42661557fa 100644 --- a/games-simulation/fgrun/ChangeLog +++ b/games-simulation/fgrun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/fgrun # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.4 2008/09/19 10:14:47 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.5 2008/11/14 18:46:00 coldwind Exp $ + + 14 Nov 2008; Santiago M. Mola <coldwind@gentoo.org> fgrun-1.0.0.ebuild: + Restrict fltk dependency to SLOT 1.1 (bug #246445). 19 Sep 2008; Tupone Alfredo <tupone@gentoo.org> +files/fgrun-1.0.0-gcc43.patch, fgrun-1.0.0.ebuild: diff --git a/games-simulation/fgrun/fgrun-1.0.0.ebuild b/games-simulation/fgrun/fgrun-1.0.0.ebuild index 47a4868ae52d..36e1628ee85b 100644 --- a/games-simulation/fgrun/fgrun-1.0.0.ebuild +++ b/games-simulation/fgrun/fgrun-1.0.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v 1.2 2008/09/19 10:14:47 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v 1.3 2008/11/14 18:46:00 coldwind Exp $ + +EAPI=1 inherit autotools eutils multilib games @@ -14,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-games/simgear - x11-libs/fltk + x11-libs/fltk:1.1 games-simulation/flightgear x11-libs/libXi x11-libs/libXmu" |