commit: 0846e200cafbef06d68d6cff31366f8c34fcac45 Author: Egor Martynov <martynovegorOF <AT> yandex <DOT> ru> AuthorDate: Fri Aug 11 17:34:22 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Aug 17 06:22:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0846e200
x11-wm/qtile: remove pywlroots-0.15 constraint Closes: https://bugs.gentoo.org/911725 Signed-off-by: Egor Martynov <martynovegorOF <AT> yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/32264 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-wm/qtile/qtile-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild index d1bf02722c9a..bd2ccd075af4 100644 --- a/x11-wm/qtile/qtile-9999.ebuild +++ b/x11-wm/qtile/qtile-9999.ebuild @@ -23,8 +23,6 @@ LICENSE="MIT" SLOT="0" IUSE="pulseaudio wayland" -# See bug #895722 and https://github.com/qtile/qtile/pull/3985 regarding -# pywlroots-0.15 dep. RDEPEND=" >=dev-python/cairocffi-1.6.0[${PYTHON_USEDEP}] >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}] @@ -36,7 +34,7 @@ RDEPEND=" x11-libs/libnotify[introspection] x11-libs/pango pulseaudio? ( media-libs/libpulse ) - wayland? ( =dev-python/pywlroots-0.15*[${PYTHON_USEDEP}] ) + wayland? ( dev-python/pywlroots[${PYTHON_USEDEP}] ) " BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}]
