diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-02-17 22:16:08 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-02-17 22:16:08 +0000 |
commit | a4635531ef087b71858028a6f93777571c05a8c2 (patch) | |
tree | d417899b78d7df2dc2aa04abc7a988e6ee6294fb /games-puzzle/magiccube4d/magiccube4d-2.2.ebuild | |
parent | Added polish description (diff) | |
download | gentoo-2-a4635531ef087b71858028a6f93777571c05a8c2.tar.gz gentoo-2-a4635531ef087b71858028a6f93777571c05a8c2.tar.bz2 gentoo-2-a4635531ef087b71858028a6f93777571c05a8c2.zip |
Modular X dependency fix
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-puzzle/magiccube4d/magiccube4d-2.2.ebuild')
-rw-r--r-- | games-puzzle/magiccube4d/magiccube4d-2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild b/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild index eda2314e3476..02e02c26898b 100644 --- a/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild +++ b/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.6 2004/12/28 16:05:15 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.7 2006/02/17 22:16:08 tupone Exp $ inherit eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="virtual/x11" +DEPEND="|| ( x11-libs/libXaw virtual/x11 )" S="${WORKDIR}/${PN}-src-${MY_PV}" |