diff options
Diffstat (limited to 'games-emulation/hugo/hugo-2.12.ebuild')
-rw-r--r-- | games-emulation/hugo/hugo-2.12.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/games-emulation/hugo/hugo-2.12.ebuild b/games-emulation/hugo/hugo-2.12.ebuild index 5af9542195ea..f34eba36958e 100644 --- a/games-emulation/hugo/hugo-2.12.ebuild +++ b/games-emulation/hugo/hugo-2.12.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v 1.4 2006/10/09 21:43:56 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v 1.5 2011/02/22 19:12:43 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="PC-Engine (Turbografx16) emulator for linux" @@ -13,15 +14,11 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND=">=x11-libs/gtk+-2 - media-libs/libsdl +DEPEND="x11-libs/gtk+:2 + media-libs/libsdl[video] media-libs/libvorbis" -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}"-gcc41.patch -} +PATCHES=( "${FILESDIR}/${P}"-gcc41.patch ) src_install() { dogamesbin hugo || die "dogamesbin failed" |