diff options
author | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-05-21 17:48:13 +0400 |
---|---|---|
committer | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-05-21 17:48:13 +0400 |
commit | 99ba011ec6c892d897e44906124283860482ab3e (patch) | |
tree | de6fc5efbfb4e269cc1ad51640baaa3aa47abbdc /sys-boot | |
parent | media-plugins/dtmediawiki: einfo add that no way to upload original image (diff) | |
download | guru-99ba011ec6c892d897e44906124283860482ab3e.tar.gz guru-99ba011ec6c892d897e44906124283860482ab3e.tar.bz2 guru-99ba011ec6c892d897e44906124283860482ab3e.zip |
sys-boot/ventoy-bin: add dep sys-fs/fuse-exfat for mount
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 5a68a9920..d5195d320 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" |