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 | 6d03e31097a6770346a3c468cb2930595c4a6257 (patch) | |
tree | e549d0adc1818042fea67f80ef521265b427f1ae /games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | |
parent | Added polish description (diff) | |
download | historical-6d03e31097a6770346a3c468cb2930595c4a6257.tar.gz historical-6d03e31097a6770346a3c468cb2930595c4a6257.tar.bz2 historical-6d03e31097a6770346a3c468cb2930595c4a6257.zip |
Modular X dependency fix
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'games-puzzle/hoh-bin/hoh-bin-1.01.ebuild')
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild index d76acda8d609..3dfdfaa4abeb 100644 --- a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild +++ b/games-puzzle/hoh-bin/hoh-bin-1.01.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-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.7 2005/10/31 08:44:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.8 2006/02/17 22:11:04 tupone Exp $ inherit games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="virtual/x11 +DEPEND="|| ( x11-libs/libX11 virtual/x11 ) amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.0 )" S=${WORKDIR}/hoh-install-${PV} |