diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-29 05:50:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-29 05:50:03 +0000 |
commit | 2856b599629cc7644319464244e3e91e1469cb56 (patch) | |
tree | ab7eb85869859b4e062968c15e32c618d370e6de /games-emulation | |
parent | Version bump. Cleanup files, move patchsets to distfiles. (diff) | |
download | gentoo-2-2856b599629cc7644319464244e3e91e1469cb56.tar.gz gentoo-2-2856b599629cc7644319464244e3e91e1469cb56.tar.bz2 gentoo-2-2856b599629cc7644319464244e3e91e1469cb56.zip |
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/gfceu/gfceu-0.6.0-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild b/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild index 7434b338d7cd..4497753577c2 100644 --- a/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild +++ b/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild,v 1.1 2008/04/21 10:23:50 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gfceu/gfceu-0.6.0-r1.ebuild,v 1.2 2009/09/29 05:50:03 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="GTK frontend for the FCE Ultra NES emulator" @@ -13,13 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="games-emulation/fceultra +RDEPEND="games-emulation/fceultra >=dev-python/pygtk-2.6 dev-python/gnome-python" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch sed -i \ -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}:" \ |