summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-04-19 13:26:39 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-04-19 13:26:39 +0000
commit9c98420e52bd77e07ff954422220c6f79ac2c677 (patch)
tree063e114835977167898eea6042e261969ec9eb72 /games-simulation
parentstable on x86 (diff)
downloadgentoo-2-9c98420e52bd77e07ff954422220c6f79ac2c677.tar.gz
gentoo-2-9c98420e52bd77e07ff954422220c6f79ac2c677.tar.bz2
gentoo-2-9c98420e52bd77e07ff954422220c6f79ac2c677.zip
add virtual/glut to RDEPEND/DEPEND strings. Thanks to: Sveinung Kvilhaugsvik <sveinung@HotPOP.com> in bug #86712
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/flightgear/ChangeLog7
-rw-r--r--games-simulation/flightgear/flightgear-0.9.4.ebuild5
-rw-r--r--games-simulation/flightgear/flightgear-0.9.5.ebuild5
-rw-r--r--games-simulation/flightgear/flightgear-0.9.8.ebuild5
4 files changed, 15 insertions, 7 deletions
diff --git a/games-simulation/flightgear/ChangeLog b/games-simulation/flightgear/ChangeLog
index 947ee170fdb0..3731597cf510 100644
--- a/games-simulation/flightgear/ChangeLog
+++ b/games-simulation/flightgear/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-simulation/flightgear
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.17 2005/04/19 13:24:45 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/ChangeLog,v 1.18 2005/04/19 13:26:39 seemant Exp $
+
+ 19 Apr 2005; Seemant Kulleen <seemant@gentoo.org> flightgear-0.9.4.ebuild,
+ flightgear-0.9.5.ebuild, flightgear-0.9.8.ebuild:
+ add virtual/glut to RDEPEND/DEPEND strings. Thanks to: Sveinung Kvilhaugsvik
+ <sveinung@HotPOP.com> in bug #86712
19 Apr 2005; Seemant Kulleen <seemant@gentoo.org> flightgear-0.9.8.ebuild:
stable on x86
diff --git a/games-simulation/flightgear/flightgear-0.9.4.ebuild b/games-simulation/flightgear/flightgear-0.9.4.ebuild
index b84f2c665601..fe87bac61f7b 100644
--- a/games-simulation/flightgear/flightgear-0.9.4.ebuild
+++ b/games-simulation/flightgear/flightgear-0.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-0.9.4.ebuild,v 1.9 2005/02/04 19:45:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-0.9.4.ebuild,v 1.10 2005/04/19 13:26:39 seemant Exp $
inherit flag-o-matic games
@@ -17,7 +17,8 @@ SLOT="0"
KEYWORDS="x86 ppc ~sparc ~amd64"
IUSE=""
-RDEPEND="=dev-games/simgear-0.3.6*
+RDEPEND="virtual/glut
+ =dev-games/simgear-0.3.6*
>=media-libs/plib-1.7.0"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"
diff --git a/games-simulation/flightgear/flightgear-0.9.5.ebuild b/games-simulation/flightgear/flightgear-0.9.5.ebuild
index f2364dc63a24..7228458a6ed8 100644
--- a/games-simulation/flightgear/flightgear-0.9.5.ebuild
+++ b/games-simulation/flightgear/flightgear-0.9.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-0.9.5.ebuild,v 1.4 2005/02/04 19:45:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-0.9.5.ebuild,v 1.5 2005/04/19 13:26:39 seemant Exp $
inherit flag-o-matic games
@@ -17,7 +17,8 @@ SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~amd64"
IUSE=""
-RDEPEND="=dev-games/simgear-0.3.6*
+RDEPEND="virtual/glut
+ =dev-games/simgear-0.3.6*
>=media-libs/plib-1.7.0"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"
diff --git a/games-simulation/flightgear/flightgear-0.9.8.ebuild b/games-simulation/flightgear/flightgear-0.9.8.ebuild
index 8a6389d0051f..0de21add3baf 100644
--- a/games-simulation/flightgear/flightgear-0.9.8.ebuild
+++ b/games-simulation/flightgear/flightgear-0.9.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-0.9.8.ebuild,v 1.3 2005/04/19 13:24:45 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-0.9.8.ebuild,v 1.4 2005/04/19 13:26:39 seemant Exp $
inherit flag-o-matic games
@@ -17,7 +17,8 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
-RDEPEND="~dev-games/simgear-0.3.8
+RDEPEND="virtual/glut
+ ~dev-games/simgear-0.3.8
>=media-libs/plib-1.8.4"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"