Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mp3fs/
Date: Thu, 22 Sep 2022 20:59:32
Message-Id: 1663880357.ccf24fbbdf954bcddcdda4bb482fbae79d095446.asturm@gentoo
1 commit: ccf24fbbdf954bcddcdda4bb482fbae79d095446
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 20:45:07 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 20:59:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf24fbb
7
8 sys-fs/mp3fs: Add missing media-libs/flac[cxx] USEdep
9
10 Closes: https://bugs.gentoo.org/872395
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-fs/mp3fs/{mp3fs-1.1.1-r3.ebuild => mp3fs-1.1.1-r4.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-fs/mp3fs/mp3fs-1.1.1-r3.ebuild b/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild
17 similarity index 93%
18 rename from sys-fs/mp3fs/mp3fs-1.1.1-r3.ebuild
19 rename to sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild
20 index 1fa7524c654e..222b8b14873c 100644
21 --- a/sys-fs/mp3fs/mp3fs-1.1.1-r3.ebuild
22 +++ b/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild
23 @@ -19,7 +19,7 @@ DEPEND="
24 media-libs/libid3tag:=
25 media-sound/lame
26 sys-fs/fuse:0=
27 - flac? ( >=media-libs/flac-1.1.4:= )
28 + flac? ( >=media-libs/flac-1.1.4:=[cxx] )
29 vorbis? ( >=media-libs/libvorbis-1.3.0 )
30 "
31 RDEPEND="${DEPEND}"