diff options
-rw-r--r-- | games-puzzle/hoh-bin/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/hoh-bin/ChangeLog b/games-puzzle/hoh-bin/ChangeLog index 524771d2e32e..11ed6c6b91b8 100644 --- a/games-puzzle/hoh-bin/ChangeLog +++ b/games-puzzle/hoh-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/hoh-bin # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.9 2006/08/29 04:24:24 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.10 2006/12/06 17:04:24 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> hoh-bin-1.01.ebuild: + Remove old virtual/x11 dependency. 29 Aug 2006; Luis Medinas <metalgod@gentoo.org> hoh-bin-1.01.ebuild: Stable on amd64. 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} |