diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-11-10 22:24:54 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-11-10 22:39:51 +0000 |
commit | a85d625185a7a94101dd414ddcb460af2530431d (patch) | |
tree | c18dc3e2d2bfaf8bedd86b34677ed44486d03b6c /x11-wm/awesome/awesome-9999.ebuild | |
parent | x11-misc/i3lock: drop USE dependency on x11-libs/libxcb[xkb] (diff) | |
download | gentoo-a85d625185a7a94101dd414ddcb460af2530431d.tar.gz gentoo-a85d625185a7a94101dd414ddcb460af2530431d.tar.bz2 gentoo-a85d625185a7a94101dd414ddcb460af2530431d.zip |
x11-wm/awesome: drop USE dependency on x11-libs/libxcb[xkb]
I wonder if Awesome upstream is ever going to release a new version...
In the meantime, address this in the current one (and the live ebuild).
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/875995
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'x11-wm/awesome/awesome-9999.ebuild')
-rw-r--r-- | x11-wm/awesome/awesome-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/awesome/awesome-9999.ebuild b/x11-wm/awesome/awesome-9999.ebuild index 5e0c5ca5953e..dd1d0a966594 100644 --- a/x11-wm/awesome/awesome-9999.ebuild +++ b/x11-wm/awesome/awesome-9999.ebuild @@ -33,7 +33,7 @@ RDEPEND="${LUA_DEPS} $(lua_gen_cond_dep 'dev-lua/lgi[${LUA_USEDEP}]') x11-libs/cairo[X,xcb(+)] x11-libs/gdk-pixbuf:2 - x11-libs/libxcb[xkb] + x11-libs/libxcb x11-libs/pango[introspection] x11-libs/startup-notification x11-libs/xcb-util |