summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-01-20 16:59:08 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-01-20 16:59:08 +0000
commit9a583bbbdf43e8c2028e27d09a80dd71363d6d34 (patch)
tree00d3ef0f22978accc9ebeb12366486508c3e18f8 /media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild
parentUnstable ppc-macos. (diff)
downloadhistorical-9a583bbbdf43e8c2028e27d09a80dd71363d6d34.tar.gz
historical-9a583bbbdf43e8c2028e27d09a80dd71363d6d34.tar.bz2
historical-9a583bbbdf43e8c2028e27d09a80dd71363d6d34.zip
added ~amd64 to KEYWORDS to fix #64530 and applied a patch to fix #78792.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild')
-rw-r--r--media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild b/media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild
index f3f351c7d81c..a8ac1d0bc32e 100644
--- a/media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild
+++ b/media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild,v 1.9 2004/11/29 09:43:20 motaboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kavi2svcd/kavi2svcd-0.8.2.ebuild,v 1.10 2005/01/20 16:59:08 luckyduck Exp $
inherit kde
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/kavi2svcd/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE="cdr"
DEPEND="sys-apps/sed
@@ -23,6 +23,7 @@ need-kde 3
src_unpack() {
kde_src_unpack
sed -i 's:;;$:;:' ${S}/kavi2svcd/{prefclass,vcdclass}.h
+ sed -i -e 's@/usr/local/bin@/usr/bin@' ${S}/kavi2svcd/Makefile.in
use arts || epatch ${FILESDIR}/${P}-configure-arts.patch
}