diff options
Diffstat (limited to 'games-emulation/emutos/emutos-0.8.2.ebuild')
-rw-r--r-- | games-emulation/emutos/emutos-0.8.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-emulation/emutos/emutos-0.8.2.ebuild b/games-emulation/emutos/emutos-0.8.2.ebuild index fe6310e7fd14..813c68fda236 100644 --- a/games-emulation/emutos/emutos-0.8.2.ebuild +++ b/games-emulation/emutos/emutos-0.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.8.2.ebuild,v 1.2 2007/10/02 06:25:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.8.2.ebuild,v 1.3 2008/02/14 22:46:37 nyhm Exp $ inherit games @@ -12,9 +12,10 @@ SRC_URI="mirror://sourceforge/emutos/emutos-512k-${PV}.zip LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" +RDEPEND="" DEPEND="app-arch/unzip" S=${WORKDIR} |