summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/fbg/ChangeLog5
-rw-r--r--games-puzzle/fbg/fbg-0.9-r1.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/games-puzzle/fbg/ChangeLog b/games-puzzle/fbg/ChangeLog
index 85518f094059..a237ce613a67 100644
--- a/games-puzzle/fbg/ChangeLog
+++ b/games-puzzle/fbg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/fbg
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fbg/ChangeLog,v 1.6 2006/02/16 20:40:45 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fbg/ChangeLog,v 1.7 2006/12/06 17:03:10 wolf31o2 Exp $
+
+ 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> fbg-0.9-r1.ebuild:
+ Remove old virtual/x11 dependency.
16 Feb 2006; <Tupone@gentoo.org> fbg-0.9-r1.ebuild:
Modular X dep fix
diff --git a/games-puzzle/fbg/fbg-0.9-r1.ebuild b/games-puzzle/fbg/fbg-0.9-r1.ebuild
index ddceedd9bb8f..87eb4f1634f9 100644
--- a/games-puzzle/fbg/fbg-0.9-r1.ebuild
+++ b/games-puzzle/fbg/fbg-0.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fbg/fbg-0.9-r1.ebuild,v 1.7 2006/02/16 20:40:45 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fbg/fbg-0.9-r1.ebuild,v 1.8 2006/12/06 17:03:10 wolf31o2 Exp $
inherit games
@@ -13,18 +13,17 @@ SLOT="0"
KEYWORDS="x86 ppc amd64"
IUSE=""
-RDEPEND="
- virtual/opengl
+RDEPEND="virtual/opengl
virtual/glu
>=dev-games/physfs-0.1.7
>=media-libs/libsdl-1.2.0
>=media-libs/libmikmod-3.1.10"
DEPEND="${RDEPEND}
- || ( x11-libs/libXt virtual/x11 )"
+ x11-libs/libXt"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i \
-e "/FBGDATADIR=/s:\".*\":\"${GAMES_DATADIR}/${PN}\":" configure \
|| die "sed configure failed"