Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
Date: Sat, 10 Sep 2022 08:41:49
Message-Id: 1662799225.3021996f26fd551f305dab71edf1b23cf48e706a.sam@gentoo
1 commit: 3021996f26fd551f305dab71edf1b23cf48e706a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 10 08:26:26 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 10 08:40:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3021996f
7
8 media-sound/mpfc: add media-libs/flac subslot dep
9
10 media-libs/flac-1.4.0 breaks ABI.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-sound/mpfc/{mpfc-1.3.8.1-r3.ebuild => mpfc-1.3.8.1-r4.ebuild} | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r4.ebuild
18 similarity index 94%
19 rename from media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild
20 rename to media-sound/mpfc/mpfc-1.3.8.1-r4.ebuild
21 index 92522b3fda8d..cf3e34a807a0 100644
22 --- a/media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild
23 +++ b/media-sound/mpfc/mpfc-1.3.8.1-r4.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc x86"
31 IUSE="alsa cdda flac gpm mad nls oss static-libs vorbis wav"
32
33 RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9.0 )
34 - flac? ( media-libs/flac )
35 + flac? ( media-libs/flac:= )
36 gpm? ( >=sys-libs/gpm-1.19.3 )
37 mad? ( media-libs/libmad )
38 vorbis? ( media-libs/libvorbis )