commit:     32a44e107a0a48b36c555ae6bd0aeb91af628806
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Oct 13 16:37:04 2025 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon Oct 13 16:37:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32a44e10

sys-boot/ventoy-bin: add exfatprogs as an alternative, add missing deps

Closes: https://bugs.gentoo.org/962528
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 ...{ventoy-bin-1.0.98.ebuild => ventoy-bin-1.0.98-r1.ebuild} | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/sys-boot/ventoy-bin/ventoy-bin-1.0.98.ebuild 
b/sys-boot/ventoy-bin/ventoy-bin-1.0.98-r1.ebuild
similarity index 90%
rename from sys-boot/ventoy-bin/ventoy-bin-1.0.98.ebuild
rename to sys-boot/ventoy-bin/ventoy-bin-1.0.98-r1.ebuild
index a4b98ca992..c19679fb91 100644
--- a/sys-boot/ventoy-bin/ventoy-bin-1.0.98.ebuild
+++ b/sys-boot/ventoy-bin/ventoy-bin-1.0.98-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,11 +17,17 @@ KEYWORDS="~amd64"
 
 RESTRICT="strip mirror"
 
-DEPEND="
+RDEPEND="
+       app-accessibility/at-spi2-core:2
+       dev-libs/glib:2
        sys-fs/dosfstools
-       sys-fs/exfat-utils
+       || ( sys-fs/exfatprogs sys-fs/exfat-utils )
        sys-fs/fuse-exfat
        sys-block/parted
+       x11-libs/cairo
+       x11-libs/gdk-pixbuf:2
+       x11-libs/gtk+:3
+       x11-libs/pango
 "
 # sys-fs/fuse-exfat is needed for mount, without it:
 # mount: /mnt: unknown filesystem type 'exfat'

Reply via email to