Diff exfat-utils-1.3.0 with a exfat-utils-1.4.0

/usr/portage/sys-fs/exfat-utils/exfat-utils-1.4.0.ebuild 2023-10-09 14:52:35.508368502 +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 utilities"
7 7
HOMEPAGE="https://github.com/relan/exfat"
......
10 10
# COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+"
11 11
LICENSE="GPL-2+"
12 12
SLOT="0"
13
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x86-linux"
13
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x86-linux"
14 14

  
15 15
src_install() {
16 16
	default
Thank you!