From 9217a0cce81e89f5648599fcda4e549903c7b9bd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 23 Feb 2023 15:45:01 +0000 Subject: gentoo auto-resync : 23:02:2023 - 15:45:01 --- x11-wm/qtile/qtile-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'x11-wm/qtile/qtile-9999.ebuild') diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild index 871b161d1af7..02efe955cdc0 100644 --- a/x11-wm/qtile/qtile-9999.ebuild +++ b/x11-wm/qtile/qtile-9999.ebuild @@ -16,13 +16,15 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/qtile/qtile.git" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~riscv ~x86" fi 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-0.9.0[${PYTHON_USEDEP}] >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}] @@ -37,7 +39,7 @@ RDEPEND=" media-sound/pulseaudio ) wayland? ( - dev-python/pywlroots[${PYTHON_USEDEP}] + =dev-python/pywlroots-0.15*[${PYTHON_USEDEP}] ) " BDEPEND=" @@ -83,7 +85,7 @@ python_test() { # Force usage of built module rm -rf "${S}"/libqtile || die - # TODO: remove "-p no:xdist" when https://github.com/qtile/qtile/issues/1634 will be resolved. + # TODO: remove "-p no:xdist" for next release when https://github.com/qtile/qtile/issues/1634 will be resolved. epytest -p no:xdist --backend=x11 $(usev wayland '--backend=wayland') || die "Tests failed with ${EPYTHON}" } -- cgit v1.2.3