commit: 09531af5ad865863daca05ac735ad6423b1b2359 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Dec 5 12:59:45 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 5 14:32:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09531af5
x11-wm/qtile: Require xorg-server[xvfb] for testing Closes: https://bugs.gentoo.org/919243 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> x11-wm/qtile/qtile-0.23.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/qtile/qtile-0.23.0-r1.ebuild b/x11-wm/qtile/qtile-0.23.0-r1.ebuild index d0dffb956a5a..14f94c0cf9de 100644 --- a/x11-wm/qtile/qtile-0.23.0-r1.ebuild +++ b/x11-wm/qtile/qtile-0.23.0-r1.ebuild @@ -43,7 +43,7 @@ BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] test? ( media-gfx/imagemagick[X] - x11-base/xorg-server[xephyr] + x11-base/xorg-server[xephyr,xvfb] ) wayland? ( >=dev-python/pywlroots-0.16[${PYTHON_USEDEP}]
