summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-01-28 21:19:11 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-01-28 21:19:11 +0000
commitc1e5e4e0b8f0736be07caab0d06226b4259c29f1 (patch)
tree678baf8c346c8f75309d9c7a541482b759e9dc87 /games-action/transcend/transcend-0.3.ebuild
parentStable on x86; bug #120489 (diff)
downloadgentoo-2-c1e5e4e0b8f0736be07caab0d06226b4259c29f1.tar.gz
gentoo-2-c1e5e4e0b8f0736be07caab0d06226b4259c29f1.tar.bz2
gentoo-2-c1e5e4e0b8f0736be07caab0d06226b4259c29f1.zip
Fix dependencies for modular X.
(Portage version: 2.1_pre4)
Diffstat (limited to 'games-action/transcend/transcend-0.3.ebuild')
-rw-r--r--games-action/transcend/transcend-0.3.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/games-action/transcend/transcend-0.3.ebuild b/games-action/transcend/transcend-0.3.ebuild
index a5f80df7a50b..02a3499c57c3 100644
--- a/games-action/transcend/transcend-0.3.ebuild
+++ b/games-action/transcend/transcend-0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v 1.1 2005/09/04 02:27:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/transcend/transcend-0.3.ebuild,v 1.2 2006/01/28 21:19:10 joshuabaergen Exp $
inherit games
@@ -13,7 +13,9 @@ SLOT="0"
KEYWORDS="~ppc x86"
IUSE=""
-DEPEND="virtual/x11
+DEPEND="|| ( ( x11-libs/libXmu
+ x11-libs/libXi )
+ virtual/x11 )
virtual/opengl
virtual/glu
virtual/glut"