aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-30 20:19:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-02 21:37:57 +0100
commitd441ca264022c94039603d2b49ddfca404d95f8c (patch)
tree74ebebde088d780f3515895ca68a884e4724cb53
parenttravis.yml: Bump portage version to 2.3.51 (diff)
downloadkde-d441ca26.tar.gz
kde-d441ca26.tar.bz2
kde-d441ca26.zip
kde-apps/kdepim-runtime: Drop USE speech, unconditional now
Upstream commit 2be667f83d4f6e29883596160133d7a79d1d7c1c Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild14
1 files changed, 3 insertions, 11 deletions
diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 949d8bfefe..caf9b505ca 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
LICENSE="GPL-2+ LGPL-2.1+"
KEYWORDS=""
-IUSE="speech"
+IUSE=""
# TODO kolab
CDEPEND="
@@ -54,12 +54,12 @@ CDEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
+ $(add_qt_dep qtspeech)
$(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
dev-libs/cyrus-sasl:2
dev-libs/libical:=
- speech? ( $(add_qt_dep qtspeech) )
"
DEPEND="${CDEPEND}
$(add_qt_dep qtxmlpatterns)
@@ -79,11 +79,3 @@ src_prepare() {
# We don't build kolab, so we can disable this
punt_bogus_dep KF5 KDELibs4Support
}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package speech Qt5TextToSpeech)
- )
-
- kde5_src_configure
-}