From e6910abf334a0acdd58455e1d8d48d2dc75b703e Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 21 Jun 2005 05:11:26 +0000 Subject: inherit eutils for epatch (Portage version: 2.0.51.19) --- app-emulation/vice/vice-1.16.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app-emulation') diff --git a/app-emulation/vice/vice-1.16.ebuild b/app-emulation/vice/vice-1.16.ebuild index 630406394ec0..06f52c757a60 100644 --- a/app-emulation/vice/vice-1.16.ebuild +++ b/app-emulation/vice/vice-1.16.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.16.ebuild,v 1.4 2005/06/21 04:41:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.16.ebuild,v 1.5 2005/06/21 05:11:26 mr_bones_ Exp $ -inherit games +inherit eutils games DESCRIPTION="The Versatile Commodore 8-bit Emulator" HOMEPAGE="http://www.viceteam.org/" @@ -30,7 +30,6 @@ src_unpack() { epatch "${FILESDIR}"/vice_gcc4_patch.gz } - src_compile() { # disabled ffmpeg support since ffmpeg isn't slotted and later # versions aren't compatible with the vice code (bug #81795) -- cgit v1.2.3-65-gdbad