summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2006-06-13 21:28:37 +0000
committerDenis Dupeyron <calchan@gentoo.org>2006-06-13 21:28:37 +0000
commitf4423d731f42d025eac02a8dc217bbb0d558c4fb (patch)
treea856eb0c8561459ccb4640956d35ed5264a6dba4 /media-video
parentUnmasked slune since we now require a non-vulnerable version of py2play. (diff)
downloadgentoo-2-f4423d731f42d025eac02a8dc217bbb0d558c4fb.tar.gz
gentoo-2-f4423d731f42d025eac02a8dc217bbb0d558c4fb.tar.bz2
gentoo-2-f4423d731f42d025eac02a8dc217bbb0d558c4fb.zip
Replaced all use_with by use_enable as upstream changed configuration options.
(Portage version: 2.1)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/kino/ChangeLog5
-rw-r--r--media-video/kino/kino-0.9.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-video/kino/ChangeLog b/media-video/kino/ChangeLog
index e547a1b431ce..8369ad801620 100644
--- a/media-video/kino/ChangeLog
+++ b/media-video/kino/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/kino
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.39 2006/06/12 19:29:59 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.40 2006/06/13 21:28:37 calchan Exp $
+
+ 13 Jun 2006; Denis Dupeyron <calchan@gentoo.org> kino-0.9.0.ebuild:
+ Replaced all use_with by use_enable as upstream changed configuration options.
*kino-0.9.0 (12 Jun 2006)
diff --git a/media-video/kino/kino-0.9.0.ebuild b/media-video/kino/kino-0.9.0.ebuild
index 9d8e0fd0b668..f65d676cdbd7 100644
--- a/media-video/kino/kino-0.9.0.ebuild
+++ b/media-video/kino/kino-0.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-0.9.0.ebuild,v 1.1 2006/06/12 19:29:59 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-0.9.0.ebuild,v 1.2 2006/06/13 21:28:37 calchan Exp $
DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux"
HOMEPAGE="http://kino.schirmacher.de/"
@@ -48,8 +48,8 @@ src_compile() {
econf \
--disable-dependency-tracking \
--disable-debug \
- $(use_with quicktime) \
- $(use_with ffmpeg avcodec) || die "configure failed"
+ $(use_enable quicktime) \
+ $(use_enable ffmpeg avcodec) || die "configure failed"
emake || die "make failed"
}