diff options
author | Egor Martynov <martynovegorOF@yandex.ru> | 2023-06-05 12:24:53 +0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-05 06:33:15 +0100 |
commit | 4fcc622af896774a3057955bedbc9c2a0880f28a (patch) | |
tree | 6d3c3b0e0aa673454533aaddb6944ee4eaaf09e1 /x11-wm/qtile | |
parent | gui-wm/hyprland: add 0.26.0 (diff) | |
download | gentoo-4fcc622af896774a3057955bedbc9c2a0880f28a.tar.gz gentoo-4fcc622af896774a3057955bedbc9c2a0880f28a.tar.bz2 gentoo-4fcc622af896774a3057955bedbc9c2a0880f28a.zip |
x11-wm/qtile: fix `xcffib.ffi_build` errors
Signed-off-by: Egor Martynov <martynovegorOF@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/31312
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm/qtile')
-rw-r--r-- | x11-wm/qtile/qtile-0.22.1-r2.ebuild (renamed from x11-wm/qtile/qtile-0.22.1-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/qtile/qtile-0.22.1-r1.ebuild b/x11-wm/qtile/qtile-0.22.1-r2.ebuild index 2d15ee4b0836..4c48610f2886 100644 --- a/x11-wm/qtile/qtile-0.22.1-r1.ebuild +++ b/x11-wm/qtile/qtile-0.22.1-r2.ebuild @@ -25,13 +25,14 @@ IUSE="pulseaudio wayland" # See bug #895722 and https://github.com/qtile/qtile/pull/3985 regarding # pywlroots-0.15 dep. +# xcffib v1.4.0 breaks its ffi export (https://github.com/qtile/qtile/pull/4289) RDEPEND=" >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}] >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}] dev-python/dbus-next[${PYTHON_USEDEP}] dev-python/pygobject[${PYTHON_USEDEP}] >=dev-python/six-1.4.1[${PYTHON_USEDEP}] - >=dev-python/xcffib-0.10.1[${PYTHON_USEDEP}] + <dev-python/xcffib-1.4.0[${PYTHON_USEDEP}] x11-libs/cairo[X,xcb(+)] x11-libs/libnotify[introspection] x11-libs/pango |