diff options
author | Igor V. Kovalenko <igor.v.kovalenko@gmail.com> | 2022-02-27 09:26:49 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-08 13:30:39 +0000 |
commit | 17f25103fc9072646cd51489544a341ec3324690 (patch) | |
tree | f2e600afb3a05aa966146c0cbd8558a4ad04295c /media-libs/libmatemixer | |
parent | go-module.eclass: invoke "ego mod tidy" with nonfatal (diff) | |
download | gentoo-17f25103fc9072646cd51489544a341ec3324690.tar.gz gentoo-17f25103fc9072646cd51489544a341ec3324690.tar.bz2 gentoo-17f25103fc9072646cd51489544a341ec3324690.zip |
media-libs/libmatemixer: Clean up alsa use from pulseaudio dep
Only need libpulse client for libmatemixer with USE=pulseaudio, therefore
USE=alsa is not needed on pulseaudio. Drop unused flag.
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libmatemixer')
-rw-r--r-- | media-libs/libmatemixer/libmatemixer-1.24.1-r1.ebuild (renamed from media-libs/libmatemixer/libmatemixer-1.24.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libmatemixer/libmatemixer-1.24.1.ebuild b/media-libs/libmatemixer/libmatemixer-1.24.1-r1.ebuild index f74391f426f8..5bb125a158b0 100644 --- a/media-libs/libmatemixer/libmatemixer-1.24.1.ebuild +++ b/media-libs/libmatemixer/libmatemixer-1.24.1-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=6 @@ -19,7 +19,7 @@ COMMON_DEPEND=" >=dev-libs/glib-2.50:2 >=sys-devel/gettext-0.19.8:* alsa? ( >=media-libs/alsa-lib-1.0.5 ) - pulseaudio? ( >=media-sound/pulseaudio-5.0.0:0[alsa?,glib] ) + pulseaudio? ( >=media-sound/pulseaudio-5.0.0:0[glib] ) " RDEPEND="${COMMON_DEPEND} |