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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8FC2D15802E for ; Mon, 1 Jul 2024 21:06:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D34B0E2BE1; Mon, 1 Jul 2024 21:06:40 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B08C7E2BE2 for ; Mon, 1 Jul 2024 21:06:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4D4534302F for ; Mon, 1 Jul 2024 21:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C38801DB1 for ; Mon, 1 Jul 2024 21:06:36 +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: <1719867923.11c422f1a0397dbaf5ffe66634d5cb3724c941eb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kaccounts-integration/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild X-VCS-Directories: kde-apps/kaccounts-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 11c422f1a0397dbaf5ffe66634d5cb3724c941eb X-VCS-Branch: master Date: Mon, 1 Jul 2024 21:06:36 +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: 3f346c2b-ad97-49ad-a2a2-b108f0883de2 X-Archives-Hash: 5e74202bcedd7f81de4d55c9b5ead34f commit: 11c422f1a0397dbaf5ffe66634d5cb3724c941eb Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 1 15:39:00 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 1 21:05:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c422f1 kde-apps/kaccounts-integration: RDEPEND on signon-kwallet-extension:6 This package already depends on kde-frameworks/kwallet so in this case we do not introduce a perceived extra dependency. It is also where Arch Linux chose to put it. Closes: https://bugs.gentoo.org/642420 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild index c5ef489f3129..b67d834279e3 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.1-r1.ebuild @@ -55,9 +55,11 @@ DEPEND="${COMMON_DEPEND} >=kde-frameworks/kcmutils-${KF5MIN}:5 ) " -# KAccountsMacros.cmake needs intltool +# KAccountsMacros.cmake needs intltool; TODO: Watch: +# https://invent.kde.org/network/kaccounts-integration/-/merge_requests/61 RDEPEND="${COMMON_DEPEND} dev-util/intltool + kde-apps/signon-kwallet-extension:6 " BDEPEND="sys-devel/gettext" PDEPEND=">=kde-apps/kaccounts-providers-${PVCUT}:6"