diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2012-09-03 20:11:18 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2012-09-03 20:11:18 +0000 |
commit | 226913601f1542ff0be1b39979eb836ca86477b7 (patch) | |
tree | bf683900e149c05e24e358748683394bc0687e64 /games-simulation | |
parent | Version bump, remove old (diff) | |
download | gentoo-2-226913601f1542ff0be1b39979eb836ca86477b7.tar.gz gentoo-2-226913601f1542ff0be1b39979eb836ca86477b7.tar.bz2 gentoo-2-226913601f1542ff0be1b39979eb836ca86477b7.zip |
More strict simgear version dependency (~PV).
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/flightgear/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/flightgear/flightgear-2.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-simulation/flightgear/ChangeLog b/games-simulation/flightgear/ChangeLog index 4ca81863fa3b..e9906c6e28ba 100644 --- a/games-simulation/flightgear/ChangeLog +++ b/games-simulation/flightgear/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/flightgear # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.55 2012/08/27 23:59:46 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.56 2012/09/03 20:11:18 reavertm Exp $ + + 03 Sep 2012; Maciej Mrozowski <reavertm@gentoo.org> flightgear-2.8.0.ebuild: + More strict simgear version dependency (~PV). *flightgear-2.8.0 (27 Aug 2012) diff --git a/games-simulation/flightgear/flightgear-2.8.0.ebuild b/games-simulation/flightgear/flightgear-2.8.0.ebuild index fa4ded0c3ce8..01e46167e748 100644 --- a/games-simulation/flightgear/flightgear-2.8.0.ebuild +++ b/games-simulation/flightgear/flightgear-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.8.0.ebuild,v 1.1 2012/08/27 23:59:46 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-2.8.0.ebuild,v 1.2 2012/09/03 20:11:18 reavertm Exp $ EAPI=4 @@ -22,7 +22,7 @@ IUSE="debug jpeg +jsbsim larcsim subversion test +udev uiuc +yasim" COMMON_DEPEND=" >=dev-games/openscenegraph-3.0.1[png] - >=dev-games/simgear-2.8[jpeg?,subversion?] + ~dev-games/simgear-${PV}[jpeg?,subversion?] sys-libs/zlib virtual/opengl udev? ( sys-fs/udev ) |