diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-05 02:41:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-05 02:41:00 +0000 |
commit | 62a38e5d314cccc4ed6e4b9f35de344a34f9cab8 (patch) | |
tree | 6a9d28a17e406b0aba681dbacf1a2a6c31233776 /media-video/dvdauthor | |
parent | stabilize and drop USE=qt support #79720 (diff) | |
download | gentoo-2-62a38e5d314cccc4ed6e4b9f35de344a34f9cab8.tar.gz gentoo-2-62a38e5d314cccc4ed6e4b9f35de344a34f9cab8.tar.bz2 gentoo-2-62a38e5d314cccc4ed6e4b9f35de344a34f9cab8.zip |
remove 64-bit eclass stuff
(Portage version: 2.0.51.21)
Diffstat (limited to 'media-video/dvdauthor')
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.6.10.ebuild | 6 | ||||
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.6.11.ebuild | 8 |
2 files changed, 7 insertions, 7 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 diff --git a/media-video/dvdauthor/dvdauthor-0.6.11.ebuild b/media-video/dvdauthor/dvdauthor-0.6.11.ebuild index 19147083b9f1..f672ebe929bf 100644 --- a/media-video/dvdauthor/dvdauthor-0.6.11.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.6.11.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.11.ebuild,v 1.2 2005/04/22 14:42:15 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.11.ebuild,v 1.3 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/" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc amd64 ~ppc64" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="media-libs/libdvdread @@ -19,6 +19,6 @@ DEPEND="media-libs/libdvdread media-libs/libpng" src_install() { - make install DESTDIR=${D} || die "installation failed" + make install DESTDIR="${D}" || die "installation failed" dodoc README TODO } |