Diff genext2fs-1.5.0 with a genext2fs-1.5.0-r1

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

  
4 4
EAPI=8
......
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ~sparc x86"
14
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 sparc x86"
15

  
16
PATCHES=( "${FILESDIR}/backport-pr-32.patch" )
15 17

  
16 18
src_prepare() {
17 19
	default
Thank you!