diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:04:24 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:04:24 +0000 |
commit | 3f0232f567bc6898ebfe7fc1e3a6177b23b02fd8 (patch) | |
tree | b27a8f4abb8ac85c97325b9a5f5932def640e30d /games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | |
parent | Version bump, add myself as another maintainer (diff) | |
download | gentoo-2-3f0232f567bc6898ebfe7fc1e3a6177b23b02fd8.tar.gz gentoo-2-3f0232f567bc6898ebfe7fc1e3a6177b23b02fd8.tar.bz2 gentoo-2-3f0232f567bc6898ebfe7fc1e3a6177b23b02fd8.zip |
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-puzzle/hoh-bin/hoh-bin-1.01.ebuild')
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild index f20632718b8d..c212eb339a8f 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-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.10 2006/08/29 04:24:24 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.11 2006/12/06 17:04:24 wolf31o2 Exp $ inherit games @@ -14,7 +14,7 @@ KEYWORDS="amd64 x86" IUSE="" RESTRICT="strip" -DEPEND="|| ( x11-libs/libX11 virtual/x11 ) +DEPEND="x11-libs/libX11 amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.0 )" S=${WORKDIR}/hoh-install-${PV} |