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 | |
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')
-rw-r--r-- | games-puzzle/hoh-bin/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/hoh-bin/Manifest | 4 | ||||
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | 7 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-puzzle/hoh-bin/ChangeLog b/games-puzzle/hoh-bin/ChangeLog index aaba883ebcd1..9ebe995daa70 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.2 2004/01/13 21:46:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.3 2004/06/04 19:35:23 jhuebel Exp $ + + 04 Jun 2004; Jason Eric Huebel <jhuebel@gentoo.org> hoh-bin-1.01.ebuild: + ~amd64, added emul-linux-x86-xlibs dependency for amd64 *hoh-bin-1.01 (13 Jan 2004) diff --git a/games-puzzle/hoh-bin/Manifest b/games-puzzle/hoh-bin/Manifest index d6f8d5caa3e9..98bf0bde6a14 100644 --- a/games-puzzle/hoh-bin/Manifest +++ b/games-puzzle/hoh-bin/Manifest @@ -1,6 +1,6 @@ +MD5 b16d71f33baa348f5b31abd45c4c8001 ChangeLog 683 MD5 5e48d6872c130edc4d82f9bcd4ef6a63 hoh-bin-1.0.ebuild 1110 +MD5 9cf51448932a5410fe37719bb3d1b356 hoh-bin-1.01.ebuild 1171 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 3fe261f2ff852d6f8ed5f581dab039b0 ChangeLog 551 -MD5 e68a1ad8b3570729bbfcd85fc02dd69d hoh-bin-1.01.ebuild 1113 MD5 8d0a42d849cb14f23285c2a747566b66 files/digest-hoh-bin-1.0 64 MD5 4ee425c170cf9c5c39148ac939ae3488 files/digest-hoh-bin-1.01 65 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 |