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 6680E15802E for ; Mon, 1 Jul 2024 19:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF168E2AB5; Mon, 1 Jul 2024 19:10:25 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 8EE31E2AB3 for ; Mon, 1 Jul 2024 19:10:25 +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 88602343025 for ; Mon, 1 Jul 2024 19:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB41D1DAE for ; Mon, 1 Jul 2024 19:10:22 +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: <1719859358.fcebc371ca88692f3fda63e6ae5919f5f8dbbc6b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kaccounts-integration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kaccounts-integration/kaccounts-integration-24.05.49.9999.ebuild kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild X-VCS-Directories: kde-apps/kaccounts-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fcebc371ca88692f3fda63e6ae5919f5f8dbbc6b X-VCS-Branch: master Date: Mon, 1 Jul 2024 19:10:22 +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: 58763a16-c28a-45a3-9c02-472302715d9a X-Archives-Hash: c15014219f914ada02c31b2819378ff6 commit: fcebc371ca88692f3fda63e6ae5919f5f8dbbc6b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 1 15:39:00 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 1 18:42:38 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fcebc371 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.49.9999.ebuild | 4 +++- kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.49.9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.49.9999.ebuild index 81da5674a0..b1b0c6d471 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-24.05.49.9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-24.05.49.9999.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" diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild index 81da5674a0..b1b0c6d471 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-9999.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"