diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 11:29:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 15:00:39 +0200 |
commit | 5bfba37115d7e0bff04e26569648e36263015d84 (patch) | |
tree | 0a5422b833aaadf68d9644715a3ec79f0cb05727 /net-analyzer/multimon-ng | |
parent | media-radio/fsync-mdc1200-decode: EAPI 8 bump, use media-libs/libpulse (diff) | |
download | gentoo-5bfba37115d7e0bff04e26569648e36263015d84.tar.gz gentoo-5bfba37115d7e0bff04e26569648e36263015d84.tar.bz2 gentoo-5bfba37115d7e0bff04e26569648e36263015d84.zip |
net-analyzer/multimon-ng: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-analyzer/multimon-ng')
-rw-r--r-- | net-analyzer/multimon-ng/multimon-ng-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild index f2011e9ff0d2..48e7c6f6e7f7 100644 --- a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild +++ b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="pulseaudio X" -DEPEND="pulseaudio? ( media-sound/pulseaudio ) +DEPEND="pulseaudio? ( media-libs/libpulse ) X? ( x11-libs/libX11 )" RDEPEND="${DEPEND}" PDEPEND="media-sound/sox" |