From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 838CC1581EE for ; Wed, 26 Mar 2025 20:30:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 69B85343157 for ; Wed, 26 Mar 2025 20:30:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5500F1104AE; Wed, 26 Mar 2025 20:30:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4EF8E1104AE for ; Wed, 26 Mar 2025 20:30:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03162343102 for ; Wed, 26 Mar 2025 20:30:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5812F2785 for ; Wed, 26 Mar 2025 20:30:09 +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: <1743020810.90ecc57ce5ff4ad4bcf329c6944736aeeb689258.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: 90ecc57ce5ff4ad4bcf329c6944736aeeb689258 X-VCS-Branch: master Date: Wed, 26 Mar 2025 20:30:09 +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: b6f71304-4a2e-411f-ac5d-e6aff2011e3a X-Archives-Hash: d33d4915eda3a5cc881d1a99b9957e74 commit: 90ecc57ce5ff4ad4bcf329c6944736aeeb689258 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 26 20:26:50 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 26 20:26:50 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=90ecc57c app-office/kmymoney: Fix app-crypt/gpgme qt6 USE dep default Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index bc00b148e8..3e313a0e98 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -32,7 +32,7 @@ REQUIRED_USE="sqlcipher? ( sql )" # >=sys-libs/gwenhywfar-5.10.1:=[qt6(+)] # ) COMMON_DEPEND=" - >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6(+)] + >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6] =app-office/libalkimia-9999*:= dev-libs/gmp:0=[cxx(+)] dev-libs/kdiagram:6