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 54D02158020 for ; Tue, 29 Nov 2022 21:01:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B9B6E08E0; Tue, 29 Nov 2022 21:01:13 +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 700ADE08E0 for ; Tue, 29 Nov 2022 21:01: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 8E8DA34139B for ; Tue, 29 Nov 2022 21:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0405B21 for ; Tue, 29 Nov 2022 21:01: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: <1669755620.60a460c025be04245602b3a6a77cbd8ae3e35ca8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sddm/sddm-0.18.1-r7.ebuild x11-misc/sddm/sddm-0.18.1-r8.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 60a460c025be04245602b3a6a77cbd8ae3e35ca8 X-VCS-Branch: master Date: Tue, 29 Nov 2022 21:01: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: 21617b84-82c7-4e33-ae08-924671635073 X-Archives-Hash: 306eabdc0293a6cc3782bc180750b8d0 commit: 60a460c025be04245602b3a6a77cbd8ae3e35ca8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 29 21:00:20 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 29 21:00:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a460c0 x11-misc/sddm: Drop USE dep on x11-libs/libxcb[xkb], add slot op Closes: https://bugs.gentoo.org/875989 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/sddm/{sddm-0.18.1-r7.ebuild => sddm-0.18.1-r8.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/sddm/sddm-0.18.1-r7.ebuild b/x11-misc/sddm/sddm-0.18.1-r8.ebuild similarity index 99% rename from x11-misc/sddm/sddm-0.18.1-r7.ebuild rename to x11-misc/sddm/sddm-0.18.1-r8.ebuild index a7e8f1c35a3e..3796e136a344 100644 --- a/x11-misc/sddm/sddm-0.18.1-r7.ebuild +++ b/x11-misc/sddm/sddm-0.18.1-r8.ebuild @@ -26,7 +26,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:= )