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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9F02158042 for ; Sat, 9 Nov 2024 11:42:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60CFBE08E8; Sat, 9 Nov 2024 11:42:06 +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 49C20E08E8 for ; Sat, 9 Nov 2024 11:42:06 +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 6F76333BEE9 for ; Sat, 9 Nov 2024 11:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCF7E1DF4 for ; Sat, 9 Nov 2024 11:42:03 +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: <1731151897.5955e97c25a25e0db297eea9e5b90847a88dcde4.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-9999.ebuild X-VCS-Directories: kde-apps/kaccounts-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5955e97c25a25e0db297eea9e5b90847a88dcde4 X-VCS-Branch: master Date: Sat, 9 Nov 2024 11:42:03 +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: b8cf43c2-25fd-4f25-9ee0-96c6dd00ca7a X-Archives-Hash: 1cb7a1319419e5e06e477b0f6a96ff30 commit: 5955e97c25a25e0db297eea9e5b90847a88dcde4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 9 11:30:15 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 9 11:31:37 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5955e97c kde-apps/kaccounts-integration: Drop dev-util/intltool RDEPEND Upstream commit 40a28171b4565df0dbe664351575164c58c32570 See also: https://invent.kde.org/network/kaccounts-integration/-/merge_requests/61 https://invent.kde.org/network/kaccounts-providers/-/merge_requests/40 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild index 4e619265ee..ed3ed42ae0 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild @@ -54,10 +54,7 @@ DEPEND="${COMMON_DEPEND} >=kde-frameworks/kcmutils-${KF5MIN}:5 ) " -# 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"