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 521F0158094 for ; Sat, 8 Oct 2022 10:52:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86D8AE0A03; Sat, 8 Oct 2022 10:52:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6EFF5E0A03 for ; Sat, 8 Oct 2022 10:52:14 +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 74324340D49 for ; Sat, 8 Oct 2022 10:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE4BC5DD for ; Sat, 8 Oct 2022 10:52: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: <1665226260.bec8df2e1912e6ac362c7e36669da79873e0e257.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/sddm/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/sddm/sddm-9999.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bec8df2e1912e6ac362c7e36669da79873e0e257 X-VCS-Branch: master Date: Sat, 8 Oct 2022 10:52: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: c04e6d54-ed91-4baa-aad3-5509f3ddc4f9 X-Archives-Hash: 383299a79e173b2a6f88ea698c2a701b commit: bec8df2e1912e6ac362c7e36669da79873e0e257 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 8 10:30:21 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 8 10:51:00 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=bec8df2e x11-misc/sddm: Drop obsolete x11-libs/libxcb[xkb] USEdep Bug: https://bugs.gentoo.org/875989 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/sddm/sddm-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/sddm/sddm-9999.ebuild b/x11-misc/sddm/sddm-9999.ebuild index fd6d2f6b..18b7836c 100644 --- a/x11-misc/sddm/sddm-9999.ebuild +++ b/x11-misc/sddm/sddm-9999.ebuild @@ -32,7 +32,7 @@ COMMON_DEPEND=" dev-qt/qtgui:5 dev-qt/qtnetwork:5 x11-base/xorg-server - x11-libs/libxcb[xkb] + x11-libs/libxcb elogind? ( sys-auth/elogind ) pam? ( sys-libs/pam ) !pam? ( virtual/libcrypt:= )