diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-11-14 18:43:38 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-11-14 18:43:38 +0000 |
commit | fa0cc9932a8794a16f821a99ac16928a127c5ece (patch) | |
tree | 221a10f83ff009e755f8aebcc4ad25442274a54f /games-simulation/crashtest | |
parent | minor cleanup (diff) | |
download | gentoo-2-fa0cc9932a8794a16f821a99ac16928a127c5ece.tar.gz gentoo-2-fa0cc9932a8794a16f821a99ac16928a127c5ece.tar.bz2 gentoo-2-fa0cc9932a8794a16f821a99ac16928a127c5ece.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/crashtest')
-rw-r--r-- | games-simulation/crashtest/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/crashtest/crashtest-1.0.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-simulation/crashtest/ChangeLog b/games-simulation/crashtest/ChangeLog index 276ab1578b3f..946785aebd6f 100644 --- a/games-simulation/crashtest/ChangeLog +++ b/games-simulation/crashtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/crashtest -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.3 2007/08/24 14:21:01 nyhm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/ChangeLog,v 1.4 2008/11/14 18:43:38 coldwind Exp $ + + 14 Nov 2008; Santiago M. Mola <coldwind@gentoo.org> crashtest-1.0.ebuild: + Restrict fltk dependency to SLOT 1.1 (bug #246445). 24 Aug 2007; Tristan Heaven <nyhm@gentoo.org> crashtest-1.0.ebuild: HOMEPAGE update, bug #190040 diff --git a/games-simulation/crashtest/crashtest-1.0.ebuild b/games-simulation/crashtest/crashtest-1.0.ebuild index 32a2cad809c1..73eb9d8a78a6 100644 --- a/games-simulation/crashtest/crashtest-1.0.ebuild +++ b/games-simulation/crashtest/crashtest-1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.0.ebuild,v 1.3 2007/08/24 14:21:01 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/crashtest/crashtest-1.0.ebuild,v 1.4 2008/11/14 18:43:38 coldwind Exp $ + +EAPI=1 inherit eutils games @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="x11-libs/fltk +RDEPEND="x11-libs/fltk:1.1 dev-games/ode media-libs/alsa-lib virtual/opengl |