commit: 5c534fd452e52180460c9bf9dc0cf587e3926a76
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 09:30:01 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 29 18:29:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c534fd4
x11-wm/qtile: Switch IUSE=pulseaudio to media-libs/libpulse
update HOMEPAGE
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-wm/qtile/qtile-9999.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild
index db0c8d80ec74..0cf5d4db8098 100644
--- a/x11-wm/qtile/qtile-9999.ebuild
+++ b/x11-wm/qtile/qtile-9999.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 virtualx
DESCRIPTION="A full-featured, hackable tiling window manager written in Python"
-HOMEPAGE="http://qtile.org/"
+HOMEPAGE="http://www.qtile.org/"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
@@ -35,12 +35,8 @@ RDEPEND="
x11-libs/cairo[X,xcb(+)]
x11-libs/libnotify[introspection]
x11-libs/pango
- pulseaudio? (
- media-sound/pulseaudio
- )
- wayland? (
- =dev-python/pywlroots-0.15*[${PYTHON_USEDEP}]
- )
+ pulseaudio? ( media-libs/libpulse )
+ wayland? ( =dev-python/pywlroots-0.15*[${PYTHON_USEDEP}] )
"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]