diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-06-04 19:35:23 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-06-04 19:35:23 +0000 |
commit | 16f341e0a80f7f945600a67536925944f02b5d83 (patch) | |
tree | a15f18eca57e4a1883f12b06acbaef2f9d350af8 /games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | |
parent | Bump version. (diff) | |
download | historical-16f341e0a80f7f945600a67536925944f02b5d83.tar.gz historical-16f341e0a80f7f945600a67536925944f02b5d83.tar.bz2 historical-16f341e0a80f7f945600a67536925944f02b5d83.zip |
~amd64, added emul-linux-x86-xlibs dependency for amd64
Diffstat (limited to 'games-puzzle/hoh-bin/hoh-bin-1.01.ebuild')
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | 7 |
1 files changed, 4 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 24c4bb8546d5..c9d665d8bae5 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-2004 Gentoo Technologies, Inc. # 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.2 2004/05/12 09:02:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.3 2004/06/04 19:35:23 jhuebel Exp $ inherit games @@ -12,10 +12,11 @@ SRC_URI="http://retrospec.sgn.net/download.php?id=63\&path=games/hoh/bin/hohlin- RESTRICT="nostrip" LICENSE="free-noncomm" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="" -DEPEND="virtual/x11" +DEPEND="virtual/x11 + amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.0 )" src_compile() { cat > "${T}/hoh" <<-EOF |