From b9bae4b7f6d0f7ae3fe7682befef8def1d97161a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 16 Dec 2025 20:24:05 +0100 Subject: [PATCH] x11-wm/qtile: Fix USE=wayland dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/966766 Signed-off-by: Michał Górny --- .../{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(-) rename x11-wm/qtile/{qtile-0.34.0.ebuild => qtile-0.34.0-r1.ebuild} (96%) 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}]