summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-16 09:10:41 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-16 09:10:41 +0000
commit6971adb029dca3dc73e5b268c0c1b725c86f4a4d (patch)
tree7073b0a4df105abf1dfa28f564045e363b75ba4a /app-cdr/k3b
parentVersion bump wrt #289279, thanks to Matteo Modesti for reporting. (diff)
downloadgentoo-2-6971adb029dca3dc73e5b268c0c1b725c86f4a4d.tar.gz
gentoo-2-6971adb029dca3dc73e5b268c0c1b725c86f4a4d.tar.bz2
gentoo-2-6971adb029dca3dc73e5b268c0c1b725c86f4a4d.zip
Fix prev. commit.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/k3b')
-rw-r--r--app-cdr/k3b/k3b-1.68.0_alpha3.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/app-cdr/k3b/k3b-1.68.0_alpha3.ebuild b/app-cdr/k3b/k3b-1.68.0_alpha3.ebuild
index 676f58c9b6e1..d85db3756e6f 100644
--- a/app-cdr/k3b/k3b-1.68.0_alpha3.ebuild
+++ b/app-cdr/k3b/k3b-1.68.0_alpha3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-1.68.0_alpha3.ebuild,v 1.1 2009/10/16 09:07:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-1.68.0_alpha3.ebuild,v 1.2 2009/10/16 09:10:41 ssuominen Exp $
EAPI=2
WEBKIT_REQUIRED=always
@@ -14,8 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/_}.tar.bz2"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
-IUSE="debug dvd emovix encode ffmpeg flac mad lame musicbrainz
-policykit sndfile sox taglib vcd vorbis +wav"
+IUSE="debug dvd emovix encode ffmpeg flac mad lame musicbrainz sndfile sox taglib vcd vorbis +wav"
DEPEND=">=kde-base/libkcddb-${KDE_MINIMAL}
media-libs/libsamplerate
@@ -28,8 +27,7 @@ DEPEND=">=kde-base/libkcddb-${KDE_MINIMAL}
musicbrainz? ( media-libs/musicbrainz:1 )
sndfile? ( media-libs/libsndfile )
taglib? ( >=media-libs/taglib-1.5 )
- vorbis? ( media-libs/libvorbis )
- policykit? ( sys-auth/policykit-qt )"
+ vorbis? ( media-libs/libvorbis )"
RDEPEND="${DEPEND}
app-cdr/cdrdao
media-sound/cdparanoia
@@ -62,7 +60,7 @@ src_configure() {
$(cmake-utils_use sndfile K3B_BUILD_SNDFILE_DECODER_PLUGIN)
$(cmake-utils_use wav K3B_BUILD_WAVE_DECODER_PLUGIN)
$(cmake-utils_use encode K3B_BUILD_EXTERNAL_ENCODER_PLUGIN)
- $(cmake-utils_use_with policykit PolkitQt)"
+ -DWITH_PolkitQt=OFF"
if use encode; then
mycmakeargs="${mycmakeargs}