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 E08EE158020 for ; Fri, 16 Dec 2022 08:31:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC8E3E0824; Fri, 16 Dec 2022 08:31:13 +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 BAC1FE0824 for ; Fri, 16 Dec 2022 08:31:13 +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 CEA763406C2 for ; Fri, 16 Dec 2022 08:31:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B103621 for ; Fri, 16 Dec 2022 08:31:11 +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: <1671179453.b32a9c0c1a86680b90f66e7e3ee98cc00569f030.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kwallet/kwallet-5.9999.ebuild X-VCS-Directories: kde-frameworks/kwallet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b32a9c0c1a86680b90f66e7e3ee98cc00569f030 X-VCS-Branch: master Date: Fri, 16 Dec 2022 08:31:11 +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: 5cb5562c-a03b-4774-ba76-c0e16bf51595 X-Archives-Hash: 36f5e57d92fb11a13a859f938ecbaa4b commit: b32a9c0c1a86680b90f66e7e3ee98cc00569f030 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 16 08:29:52 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 16 08:30:53 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b32a9c0c kde-frameworks/kwallet: Add missing kwindowsystem[X] usedep This is a result of kwindowsystem reshuffling, see also: https://phabricator.kde.org/T12413 Bug: https://bugs.gentoo.org/885525 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kwallet/kwallet-5.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kwallet/kwallet-5.9999.ebuild b/kde-frameworks/kwallet/kwallet-5.9999.ebuild index 5eb115d734..0240fd549f 100644 --- a/kde-frameworks/kwallet/kwallet-5.9999.ebuild +++ b/kde-frameworks/kwallet/kwallet-5.9999.ebuild @@ -27,7 +27,7 @@ DEPEND=" =kde-frameworks/knotifications-${PVCUT}*:5 =kde-frameworks/kservice-${PVCUT}*:5 =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5[X] gpg? ( >=app-crypt/gpgme-1.7.1:=[cxx,qt5] ) " RDEPEND="${DEPEND}"