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 | ccc3d85e39321c02c8c256bfbf3fb3cbe1d1229a (patch) | |
tree | 6c1a2808d8e8353151a5a7d7f887d29d5665fa43 /games-puzzle/hoh-bin | |
parent | Bump version. (Manifest recommit) (diff) | |
download | gentoo-2-ccc3d85e39321c02c8c256bfbf3fb3cbe1d1229a.tar.gz gentoo-2-ccc3d85e39321c02c8c256bfbf3fb3cbe1d1229a.tar.bz2 gentoo-2-ccc3d85e39321c02c8c256bfbf3fb3cbe1d1229a.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/hoh-bin-1.01.ebuild | 7 |
2 files changed, 8 insertions, 4 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/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 |