diff options
author | 2024-07-11 17:42:48 +0100 | |
---|---|---|
committer | 2024-07-11 17:42:48 +0100 | |
commit | 60967acdb9697d9e2195cb7722f26aaac46f9cd9 (patch) | |
tree | 6d73ab350f5a44116e429ce6a8b82c563b515ba8 /sys-fs | |
parent | net-misc/freetube-bin: fixed 0.21.1 (diff) | |
download | guru-60967acdb9697d9e2195cb7722f26aaac46f9cd9.tar.gz guru-60967acdb9697d9e2195cb7722f26aaac46f9cd9.tar.bz2 guru-60967acdb9697d9e2195cb7722f26aaac46f9cd9.zip |
sys-fs/ffmpegfs: fix dep on fuse slot
Closes: https://bugs.gentoo.org/935778
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild (renamed from sys-fs/ffmpegfs/ffmpegfs-2.16.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/ffmpegfs/ffmpegfs-2.16.ebuild b/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild index 4b681adab..802d6a426 100644 --- a/sys-fs/ffmpegfs/ffmpegfs-2.16.ebuild +++ b/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild @@ -26,7 +26,7 @@ DEPEND=" dev-libs/libchardet media-libs/libcue:= media-video/ffmpeg:= - sys-fs/fuse + sys-fs/fuse:0 bluray? ( media-libs/libbluray:= ) dvd? ( media-libs/libdvdread:= ) " |