Diff fuse-exfat-1.3.0 with a fuse-exfat-1.4.0

/usr/portage/sys-fs/fuse-exfat/fuse-exfat-1.4.0.ebuild 2023-10-09 14:52:35.512368502 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="exFAT filesystem FUSE module"
7 7
HOMEPAGE="https://github.com/relan/exfat"
......
13 13
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x86-linux"
14 14
IUSE="suid"
15 15

  
16
RDEPEND="sys-fs/fuse:0"
16
RDEPEND="sys-fs/fuse:3"
17 17
DEPEND="${RDEPEND}"
18 18
BDEPEND="virtual/pkgconfig"
19 19

  
Thank you!