diff options
author | 2022-05-03 04:25:36 +0100 | |
---|---|---|
committer | 2022-05-03 04:25:36 +0100 | |
commit | 50f3a531efac8ce3bcfcb770498ed8b9434b7c5e (patch) | |
tree | 6543bd91133eafb6edd3e262d10a5850be106aea /x11-wm | |
parent | media-video/ffmpeg: sync live (diff) | |
download | gentoo-50f3a531efac8ce3bcfcb770498ed8b9434b7c5e.tar.gz gentoo-50f3a531efac8ce3bcfcb770498ed8b9434b7c5e.tar.bz2 gentoo-50f3a531efac8ce3bcfcb770498ed8b9434b7c5e.zip |
x11-wm/qtile: add missing dependencies
Closes: https://bugs.gentoo.org/793791
Closes: https://bugs.gentoo.org/833521
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/qtile/qtile-0.17.0-r1.ebuild (renamed from x11-wm/qtile/qtile-0.17.0.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild b/x11-wm/qtile/qtile-0.17.0-r1.ebuild index ff3b8ed595c0..c2ca4b7e04ec 100644 --- a/x11-wm/qtile/qtile-0.17.0.ebuild +++ b/x11-wm/qtile/qtile-0.17.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,10 +25,12 @@ RESTRICT="test" RDEPEND=" x11-libs/cairo[X,xcb(+)] x11-libs/pango + x11-libs/libnotify[introspection] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}] >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}] + dev-python/pygobject[${PYTHON_USEDEP}] >=dev-python/six-1.4.1[${PYTHON_USEDEP}] >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}] media-sound/pulseaudio |