diff options
author | 2005-05-05 02:41:00 +0000 | |
---|---|---|
committer | 2005-05-05 02:41:00 +0000 | |
commit | 714ec1a8d00b927ff0810c30bba2bc6b16c096e5 (patch) | |
tree | 2275e99468a7ad83ea6a52b6a867c4515af80daa /media-video/dvdauthor/dvdauthor-0.6.10.ebuild | |
parent | stabilize and drop USE=qt support #79720 (diff) | |
download | historical-714ec1a8d00b927ff0810c30bba2bc6b16c096e5.tar.gz historical-714ec1a8d00b927ff0810c30bba2bc6b16c096e5.tar.bz2 historical-714ec1a8d00b927ff0810c30bba2bc6b16c096e5.zip |
remove 64-bit eclass stuff
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'media-video/dvdauthor/dvdauthor-0.6.10.ebuild')
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.6.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild index 613db368e5d0..651344b0aea2 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-2005 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.12 2005/02/04 19:00:40 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.10.ebuild,v 1.13 2005/05/05 02:41:00 vapier Exp $ -inherit eutils 64-bit +inherit eutils DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players" HOMEPAGE="http://dvdauthor.sourceforge.net/" @@ -22,7 +22,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-gcc34.patch - 64-bit && epatch ${FILESDIR}/${P}-utf8.patch + epatch ${FILESDIR}/${P}-utf8.patch epatch ${FILESDIR}/${P}-im6.patch # see #62836 |