From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16150139694 for ; Sun, 19 Mar 2017 22:56:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CE9C21C206; Sun, 19 Mar 2017 22:56:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 407E821C206 for ; Sun, 19 Mar 2017 22:56:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27E33341301 for ; Sun, 19 Mar 2017 22:56:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 835146E19 for ; Sun, 19 Mar 2017 22:56:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1489964186.0034c5770c9d511eaa77c615f0101342d0f31914.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-runtime/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild X-VCS-Directories: kde-apps/kdepim-runtime/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0034c5770c9d511eaa77c615f0101342d0f31914 X-VCS-Branch: master Date: Sun, 19 Mar 2017 22:56:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3aed26d7-9653-41fd-a3d0-13e0f3bf9610 X-Archives-Hash: 893fbc90642bb22843289a026a5b1231 commit: 0034c5770c9d511eaa77c615f0101342d0f31914 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 19 22:41:38 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 19 22:56:26 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0034c577 kde-apps/kdepim-runtime: Drop USE=ssl kde-apps/kimap from DEPENDS then depends on it anyway. And who would disable it, really. Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild index f4972e2959..563fb68804 100644 --- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild +++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild @@ -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="google ssl" +IUSE="google" # TODO kolab, Qt5TextToSpeech CDEPEND=" @@ -55,14 +55,13 @@ CDEPEND=" $(add_qt_dep qtwebengine 'widgets') $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) + dev-libs/cyrus-sasl:2 dev-libs/libical:= google? ( $(add_kdeapps_dep libkgapi) ) - ssl? ( dev-libs/cyrus-sasl ) " DEPEND="${CDEPEND} $(add_frameworks_dep kross) $(add_qt_dep qtxmlpatterns) - dev-libs/cyrus-sasl:2 dev-libs/libxslt " RDEPEND="${CDEPEND} @@ -75,7 +74,6 @@ RESTRICT+=" test" src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package google KPimGAPI) - $(cmake-utils_use_find_package ssl Sasl2) ) kde5_src_configure