summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-11-10 22:22:09 +0000
committerMarek Szuba <marecki@gentoo.org>2022-11-10 22:39:50 +0000
commit2b0642b7eb8341f26e5358c6ec9c68b2ef437ea9 (patch)
tree1682456b203d2ad30c44573eff29b3947554e9e0 /x11-misc
parentapp-text/bibletime: drop 3.0.3-r2 (diff)
downloadgentoo-2b0642b7eb8341f26e5358c6ec9c68b2ef437ea9.tar.gz
gentoo-2b0642b7eb8341f26e5358c6ec9c68b2ef437ea9.tar.bz2
gentoo-2b0642b7eb8341f26e5358c6ec9c68b2ef437ea9.zip
x11-misc/i3lock: drop USE dependency on x11-libs/libxcb[xkb]
i3lock may or may not get a new version soon so let's just get this done. Direct-to-stable commit because as stated in the bug, the USE flag at hand has been a no-op for more than two years. Closes: https://bugs.gentoo.org/875983 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/i3lock/i3lock-2.14.1-r1.ebuild (renamed from x11-misc/i3lock/i3lock-2.14.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/i3lock/i3lock-2.14.1.ebuild b/x11-misc/i3lock/i3lock-2.14.1-r1.ebuild
index 782393b85057..dbfbae8d42c9 100644
--- a/x11-misc/i3lock/i3lock-2.14.1.ebuild
+++ b/x11-misc/i3lock/i3lock-2.14.1-r1.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
dev-libs/libev
sys-libs/pam
x11-libs/cairo[X,xcb(+)]
- x11-libs/libxcb[xkb]
+ x11-libs/libxcb
x11-libs/libxkbcommon[X]
x11-libs/xcb-util
x11-libs/xcb-util-xrm"