From d814819246bf01b081fde4d9a83c2fa7a1b7b75f Mon Sep 17 00:00:00 2001 From: Danny van Dyk Date: Sat, 10 Jul 2004 15:35:37 +0000 Subject: Fixed BUG #56482. --- media-video/dvdauthor/dvdauthor-0.6.10.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'media-video/dvdauthor/dvdauthor-0.6.10.ebuild') diff --git a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild index dd7706cecbdc..34db6a6827c9 100644 --- a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.10.ebuild,v 1.4 2004/06/25 00:38:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.10.ebuild,v 1.5 2004/07/10 15:35:37 kugelfang Exp $ -inherit eutils +inherit eutils 64-bit DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players" HOMEPAGE="http://sourceforge.net/projects/dvdauthor/" @@ -21,6 +21,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PV}-gcc34.patch + 64-bit && epatch ${FILESDIR}/${PV}-utf8.patch } src_install() { -- cgit v1.2.3-65-gdbad