summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-24 15:27:28 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-24 15:27:28 +0000
commita37e39f6f827556e8fefd3f5bc0142e6f4a63955 (patch)
tree6928a999d2cd61909e4db24d169cd54a3952b866 /media-sound/kid3
parentMarked ~x86-solaris, bug #296509 (diff)
downloadgentoo-2-a37e39f6f827556e8fefd3f5bc0142e6f4a63955.tar.gz
gentoo-2-a37e39f6f827556e8fefd3f5bc0142e6f4a63955.tar.bz2
gentoo-2-a37e39f6f827556e8fefd3f5bc0142e6f4a63955.zip
Drop kde useflag until somebody really fully test it and support it.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/kid3')
-rw-r--r--media-sound/kid3/ChangeLog5
-rw-r--r--media-sound/kid3/kid3-1.6.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/kid3/ChangeLog b/media-sound/kid3/ChangeLog
index adf4505947e1..4c5a20fcbcc9 100644
--- a/media-sound/kid3/ChangeLog
+++ b/media-sound/kid3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/kid3
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v 1.54 2011/04/19 20:42:07 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v 1.55 2011/04/24 15:27:28 scarabeus Exp $
+
+ 24 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> kid3-1.6.ebuild:
+ Drop kde useflag until somebody really fully test it and support it.
*kid3-1.6 (19 Apr 2011)
diff --git a/media-sound/kid3/kid3-1.6.ebuild b/media-sound/kid3/kid3-1.6.ebuild
index 3ec2aee6b085..9e18d97b6858 100644
--- a/media-sound/kid3/kid3-1.6.ebuild
+++ b/media-sound/kid3/kid3-1.6.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-1.6.ebuild,v 1.1 2011/04/19 20:42:07 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-1.6.ebuild,v 1.2 2011/04/24 15:27:28 scarabeus Exp $
EAPI=4
KDE_LINGUAS="cs de es et fi fr it nl pl ru tr zh_TW"
-KDE_REQUIRED="optional"
+KDE_REQUIRED="always"
KDE_HANDBOOK="optional"
inherit kde4-base
@@ -33,12 +33,12 @@ REQUIRED_USE="flac? ( vorbis )"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with flac)
- $(cmake-utils_use_with kde)
$(cmake-utils_use_with mp3 ID3LIB)
$(cmake-utils_use_with mp4 MP4V2)
$(cmake-utils_use_with vorbis)
$(cmake-utils_use_with taglib)
"-DWITH_TUNEPIMP=OFF"
+ "-DWITH_KDE=ON"
)
kde4-base_src_configure