diff options
-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" |