diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-21 05:11:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-21 05:11:26 +0000 |
commit | e6910abf334a0acdd58455e1d8d48d2dc75b703e (patch) | |
tree | 7f3a49aa7436df18c29eee959c41729075ce80e6 /app-emulation/vice | |
parent | Version bump (5.1.x line) for first 5.1.3 pre-release. (diff) | |
download | gentoo-2-e6910abf334a0acdd58455e1d8d48d2dc75b703e.tar.gz gentoo-2-e6910abf334a0acdd58455e1d8d48d2dc75b703e.tar.bz2 gentoo-2-e6910abf334a0acdd58455e1d8d48d2dc75b703e.zip |
inherit eutils for epatch
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/vice-1.16.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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) |