Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/
Date: Tue, 29 Nov 2022 21:01:14
Message-Id: 1669755620.60a460c025be04245602b3a6a77cbd8ae3e35ca8.asturm@gentoo
1 commit: 60a460c025be04245602b3a6a77cbd8ae3e35ca8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 21:00:20 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 21:00:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a460c0
7
8 x11-misc/sddm: Drop USE dep on x11-libs/libxcb[xkb], add slot op
9
10 Closes: https://bugs.gentoo.org/875989
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/sddm/{sddm-0.18.1-r7.ebuild => sddm-0.18.1-r8.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-misc/sddm/sddm-0.18.1-r7.ebuild b/x11-misc/sddm/sddm-0.18.1-r8.ebuild
17 similarity index 99%
18 rename from x11-misc/sddm/sddm-0.18.1-r7.ebuild
19 rename to x11-misc/sddm/sddm-0.18.1-r8.ebuild
20 index a7e8f1c35a3e..3796e136a344 100644
21 --- a/x11-misc/sddm/sddm-0.18.1-r7.ebuild
22 +++ b/x11-misc/sddm/sddm-0.18.1-r8.ebuild
23 @@ -26,7 +26,7 @@ COMMON_DEPEND="
24 dev-qt/qtgui:5
25 dev-qt/qtnetwork:5
26 x11-base/xorg-server
27 - x11-libs/libxcb[xkb]
28 + x11-libs/libxcb:=
29 elogind? ( sys-auth/elogind )
30 pam? ( sys-libs/pam )
31 !pam? ( virtual/libcrypt:= )