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 95B20138350 for ; Thu, 26 Mar 2020 21:57:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0A1FE0DA9; Thu, 26 Mar 2020 21:57:16 +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 A1C14E0DA9 for ; Thu, 26 Mar 2020 21:57:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1897F34FA00 for ; Thu, 26 Mar 2020 21:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F09D104 for ; Thu, 26 Mar 2020 21:57:13 +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: <1585259805.2bedb8d382178f6d3c98f6e6a52c9c0ead7d012a.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-5.0.9999.ebuild 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: 2bedb8d382178f6d3c98f6e6a52c9c0ead7d012a X-VCS-Branch: master Date: Thu, 26 Mar 2020 21:57:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 79731208-fa19-4721-a0e2-712d49a2a2d2 X-Archives-Hash: f17fb1cd2b4d9b32f996a065827f0dcf commit: 2bedb8d382178f6d3c98f6e6a52c9c0ead7d012a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 26 21:56:28 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 26 21:56:45 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2bedb8d3 app-office/kmymoney: Fix USE-dep on dev-libs/gmp[cxx] Reported-by: Thomas Capricelli freehackers.org> Bug: https://bugs.gentoo.org/714924 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-5.0.9999.ebuild | 2 +- app-office/kmymoney/kmymoney-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.0.9999.ebuild b/app-office/kmymoney/kmymoney-5.0.9999.ebuild index 0fb5cc9c5d..614f4968fe 100644 --- a/app-office/kmymoney/kmymoney-5.0.9999.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.9999.ebuild @@ -33,7 +33,7 @@ BDEPEND="virtual/pkgconfig" COMMON_DEPEND=" >=app-crypt/gpgme-1.7.1-r1[cxx] >=app-office/libalkimia-7.0.0:= - dev-libs/gmp:0= + dev-libs/gmp:0=[cxx] dev-libs/kdiagram:5 dev-libs/libgpg-error >=dev-qt/qtdbus-${QTMIN}:5 diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index 7e327f4d96..620e9f37c8 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -32,7 +32,7 @@ BDEPEND="virtual/pkgconfig" COMMON_DEPEND=" >=app-crypt/gpgme-1.7.1-r1[cxx] >=app-office/libalkimia-7.0.0:= - dev-libs/gmp:0= + dev-libs/gmp:0=[cxx] dev-libs/kdiagram:5 dev-libs/libgpg-error >=dev-qt/qtdbus-${QTMIN}:5