summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorEgor Martynov <martynovegorOF@yandex.ru>2023-08-12 00:34:22 +0700
committerSam James <sam@gentoo.org>2023-08-17 07:22:36 +0100
commit0846e200cafbef06d68d6cff31366f8c34fcac45 (patch)
tree347e343c5e5cd1c96fdb874db4f3aa395a6168db /x11-wm
parentdev-db/redis: add 7.2.0 (diff)
downloadgentoo-0846e200cafbef06d68d6cff31366f8c34fcac45.tar.gz
gentoo-0846e200cafbef06d68d6cff31366f8c34fcac45.tar.bz2
gentoo-0846e200cafbef06d68d6cff31366f8c34fcac45.zip
x11-wm/qtile: remove pywlroots-0.15 constraint
Closes: https://bugs.gentoo.org/911725 Signed-off-by: Egor Martynov <martynovegorOF@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/32264 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/qtile/qtile-9999.ebuild4
1 files changed, 1 insertions, 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}]