diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 11:30:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 20:29:40 +0200 |
commit | 5c534fd452e52180460c9bf9dc0cf587e3926a76 (patch) | |
tree | 646b01c29dc141516423787e2e33c89efff52aa0 /x11-wm | |
parent | lxqt-base/lxqt-panel: drop 1.3.0 (diff) | |
download | gentoo-5c534fd452e52180460c9bf9dc0cf587e3926a76.tar.gz gentoo-5c534fd452e52180460c9bf9dc0cf587e3926a76.tar.bz2 gentoo-5c534fd452e52180460c9bf9dc0cf587e3926a76.zip |
x11-wm/qtile: Switch IUSE=pulseaudio to media-libs/libpulse
update HOMEPAGE
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/qtile/qtile-9999.ebuild | 10 |
1 files 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}] |