commit: b9bae4b7f6d0f7ae3fe7682befef8def1d97161a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Dec 16 19:24:05 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 16 19:24:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bae4b7
x11-wm/qtile: Fix USE=wayland dependencies Closes: https://bugs.gentoo.org/966766 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> x11-wm/qtile/{qtile-0.34.0.ebuild => qtile-0.34.0-r1.ebuild} | 9 +++++---- x11-wm/qtile/qtile-0.34.1.ebuild | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/x11-wm/qtile/qtile-0.34.0.ebuild b/x11-wm/qtile/qtile-0.34.0-r1.ebuild similarity index 96% rename from x11-wm/qtile/qtile-0.34.0.ebuild rename to x11-wm/qtile/qtile-0.34.0-r1.ebuild index bcf72fff62c9..89a98cedc2ca 100644 --- a/x11-wm/qtile/qtile-0.34.0.ebuild +++ b/x11-wm/qtile/qtile-0.34.0-r1.ebuild @@ -25,6 +25,11 @@ IUSE="pulseaudio wayland" DEPEND=" >=dev-python/cairocffi-1.7.0[${PYTHON_USEDEP}] >=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}] + wayland? ( + dev-libs/libinput:= + dev-libs/wayland + gui-libs/wlroots:0.19 + ) " RDEPEND=" ${DEPEND} @@ -38,10 +43,6 @@ RDEPEND=" dev-python/pulsectl-asyncio[${PYTHON_USEDEP}] media-libs/libpulse ) - wayland? ( - >=dev-python/pywayland-0.4.17[${PYTHON_USEDEP}] - >=dev-python/pywlroots-0.17[${PYTHON_USEDEP}] - ) " BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/x11-wm/qtile/qtile-0.34.1.ebuild b/x11-wm/qtile/qtile-0.34.1.ebuild index 9f7c339451ab..51ca619c9bda 100644 --- a/x11-wm/qtile/qtile-0.34.1.ebuild +++ b/x11-wm/qtile/qtile-0.34.1.ebuild @@ -25,6 +25,11 @@ IUSE="pulseaudio wayland" DEPEND=" >=dev-python/cairocffi-1.7.0[${PYTHON_USEDEP}] >=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}] + wayland? ( + dev-libs/libinput:= + dev-libs/wayland + gui-libs/wlroots:0.19 + ) " RDEPEND=" ${DEPEND} @@ -38,10 +43,6 @@ RDEPEND=" dev-python/pulsectl-asyncio[${PYTHON_USEDEP}] media-libs/libpulse ) - wayland? ( - >=dev-python/pywayland-0.4.17[${PYTHON_USEDEP}] - >=dev-python/pywlroots-0.17[${PYTHON_USEDEP}] - ) " BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]
