summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-09-22 22:45:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-09-22 22:59:17 +0200
commitccf24fbbdf954bcddcdda4bb482fbae79d095446 (patch)
tree0eff48392dffdd68fd5bda9d59400a52f975c39c /sys-fs/mp3fs
parentwww-client/pybugz: drop 0.13-r1 (diff)
downloadgentoo-ccf24fbbdf954bcddcdda4bb482fbae79d095446.tar.gz
gentoo-ccf24fbbdf954bcddcdda4bb482fbae79d095446.tar.bz2
gentoo-ccf24fbbdf954bcddcdda4bb482fbae79d095446.zip
sys-fs/mp3fs: Add missing media-libs/flac[cxx] USEdep
Closes: https://bugs.gentoo.org/872395 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-fs/mp3fs')
-rw-r--r--sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild (renamed from sys-fs/mp3fs/mp3fs-1.1.1-r3.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/mp3fs/mp3fs-1.1.1-r3.ebuild b/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild
index 1fa7524c654e..222b8b14873c 100644
--- a/sys-fs/mp3fs/mp3fs-1.1.1-r3.ebuild
+++ b/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild
@@ -19,7 +19,7 @@ DEPEND="
media-libs/libid3tag:=
media-sound/lame
sys-fs/fuse:0=
- flac? ( >=media-libs/flac-1.1.4:= )
+ flac? ( >=media-libs/flac-1.1.4:=[cxx] )
vorbis? ( >=media-libs/libvorbis-1.3.0 )
"
RDEPEND="${DEPEND}"