diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-11 12:51:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-11 12:51:22 +0000 |
commit | 8648e52c6e1e8aa6b0c5e8c78d4f0a22978985c0 (patch) | |
tree | 67d467aa93d8b46e5e9423020951251b5a638cce /games-emulation/hugo | |
parent | remove use debug && inherit debug (diff) | |
download | gentoo-2-8648e52c6e1e8aa6b0c5e8c78d4f0a22978985c0.tar.gz gentoo-2-8648e52c6e1e8aa6b0c5e8c78d4f0a22978985c0.tar.bz2 gentoo-2-8648e52c6e1e8aa6b0c5e8c78d4f0a22978985c0.zip |
repoman details
Diffstat (limited to 'games-emulation/hugo')
-rw-r--r-- | games-emulation/hugo/hugo-2.09.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-emulation/hugo/hugo-2.09.ebuild b/games-emulation/hugo/hugo-2.09.ebuild index 70c312c9ad57..8798066bb53c 100644 --- a/games-emulation/hugo/hugo-2.09.ebuild +++ b/games-emulation/hugo/hugo-2.09.ebuild @@ -1,5 +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-emulation/hugo/hugo-2.09.ebuild,v 1.3 2004/05/11 12:51:22 vapier Exp $ inherit games @@ -10,6 +11,7 @@ SRC_URI="http://www.zeograd.com/download/hugo_lin_${PV//.}.tgz" LICENSE="as-is" SLOT="0" KEYWORDS="x86" +IUSE="" RDEPEND="virtual/x11 virtual/glibc @@ -22,7 +24,7 @@ src_install() { dodir ${dir} exeinto ${dir} - doexe hugo + doexe hugo || die insinto ${dir}/roms doins dracx.hcd flipit.pce |