Diff cfssl-1.4.1 with a cfssl-1.6.0

/usr/portage/app-crypt/cfssl/cfssl-1.6.0.ebuild 2023-10-09 14:52:28.228368318 +0300
1
# Copyright 1999-2019 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=7
......
11 11

  
12 12
LICENSE="Apache-2.0 BSD BSD-1 MIT MPL-2.0"
13 13
SLOT="0"
14
KEYWORDS="amd64"
14
KEYWORDS="~amd64 ~arm64"
15 15
IUSE="hardened"
16 16

  
17 17
RDEPEND="!!dev-lang/mono" #File collision (bug 614364)
18 18

  
19 19
PATCHES=(
20
	"${FILESDIR}/${P}-build-fix.patch"
20
	"${FILESDIR}/${PN}-1.4.1-build-fix.patch"
21 21
)
22 22

  
23 23
src_compile() {
Thank you!