diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-11 09:30:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-11 09:36:49 +0200 |
commit | 14eff6ea464df0cbe2c17d7dcf8078a7cc0e42f8 (patch) | |
tree | 79b11b96b473297cf1f61d99ed8bc04d5123d638 /x11-misc | |
parent | media-libs/libsoundio: Switch IUSE=pulseaudio to media-libs/libpulse (diff) | |
download | gentoo-14eff6ea464df0cbe2c17d7dcf8078a7cc0e42f8.tar.gz gentoo-14eff6ea464df0cbe2c17d7dcf8078a7cc0e42f8.tar.bz2 gentoo-14eff6ea464df0cbe2c17d7dcf8078a7cc0e42f8.zip |
x11-misc/polybar: Switch IUSE=pulseaudio to media-libs/libpulse
Cleanup obsolete x11-wm/i3-gaps dep.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/polybar/polybar-3.6.3-r3.ebuild (renamed from x11-misc/polybar/polybar-3.6.3-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/polybar/polybar-3.6.3-r2.ebuild b/x11-misc/polybar/polybar-3.6.3-r3.ebuild index ef368ca2f59a..00bf5147d168 100644 --- a/x11-misc/polybar/polybar-3.6.3-r2.ebuild +++ b/x11-misc/polybar/polybar-3.6.3-r3.ebuild @@ -35,11 +35,11 @@ DEPEND=" doc? ( dev-python/sphinx ) i3wm? ( dev-libs/jsoncpp:= - || ( x11-wm/i3 x11-wm/i3-gaps ) + x11-wm/i3 ) mpd? ( media-libs/libmpdclient ) network? ( dev-libs/libnl:3 ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) " RDEPEND="${DEPEND}" |