commit:     99ba011ec6c892d897e44906124283860482ab3e
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue May 21 13:48:13 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 21 13:48:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99ba011e

sys-boot/ventoy-bin: add dep sys-fs/fuse-exfat for mount

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild 
b/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild
index 5a68a99201..d5195d320b 100644
--- a/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild
+++ b/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild
@@ -20,9 +20,11 @@ RESTRICT="strip mirror"
 DEPEND="
        sys-fs/dosfstools
        sys-fs/exfat-utils
+       sys-fs/fuse-exfat
        sys-block/parted
 "
-RDEPEND="${DEPEND}"
+# sys-fs/fuse-exfat is needed for mount, without it:
+# mount: /mnt: unknown filesystem type 'exfat'
 
 QA_PREBUILT="*" # Against "does not respect LDFLAGS"
 

Reply via email to