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 3B3F7138206 for ; Sun, 31 Dec 2017 21:40:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8870EE0869; Sun, 31 Dec 2017 21:40:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65913E0869 for ; Sun, 31 Dec 2017 21:40:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53161335C08 for ; Sun, 31 Dec 2017 21:40:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E26B126 for ; Sun, 31 Dec 2017 21:40:37 +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: <1514756427.a0cb889fc69529d32513a530886490a54b4be475.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kmymoney/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kmymoney/kmymoney-9999.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a0cb889fc69529d32513a530886490a54b4be475 X-VCS-Branch: master Date: Sun, 31 Dec 2017 21:40:37 +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: c028795e-bb41-4d7f-9bbc-d01c09dd8212 X-Archives-Hash: c489adf38f1da9ae174435cb3f430e43 commit: a0cb889fc69529d32513a530886490a54b4be475 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 31 21:40:27 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 31 21:40:27 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a0cb889f app-office/kmymoney: Drop USE=crypt, make unconditional; Fix USE=ofx Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-office/kmymoney/kmymoney-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index d972d082a6..e11b520c2d 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -19,7 +19,7 @@ fi LICENSE="GPL-2" KEYWORDS="" -IUSE="activities addressbook calendar crypt hbci holidays ofx quotes webkit weboob" +IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob" COMMON_DEPEND=" $(add_frameworks_dep karchive) @@ -48,6 +48,7 @@ COMMON_DEPEND=" $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) + >=app-crypt/gpgme-1.7.1-r1[cxx] >=app-office/libalkimia-6.0.0 dev-libs/gmp:0= dev-libs/kdiagram:5 @@ -60,7 +61,6 @@ COMMON_DEPEND=" $(add_kdeapps_dep kidentitymanagement) ) calendar? ( dev-libs/libical:= ) - crypt? ( >=app-crypt/gpgme-1.7.1-r1[cxx] ) hbci? ( >=net-libs/aqbanking-5.6.5 >=sys-libs/gwenhywfar-4.15.3-r1[qt5] @@ -95,9 +95,8 @@ src_configure() { $(cmake-utils_use_find_package addressbook KF5IdentityManagement) -DENABLE_KBANKING=$(usex hbci) -DENABLE_LIBICAL=$(usex calendar) - $(cmake-utils_use_find_package crypt KF5Gpgmepp) $(cmake-utils_use_find_package holidays KF5Holidays) - -DENABLE_LIBOFX=$(usex ofx) + -DENABLE_OFXIMPORTER=$(usex ofx) -DENABLE_WEBENGINE=$(usex !webkit) -DENABLE_WEBOOB=$(usex weboob) $(cmake-utils_use_find_package weboob KF5Kross)