Diff checkpassword-pam-0.99-r1 with a checkpassword-pam-0.99-r2

/usr/portage/net-mail/checkpassword-pam/checkpassword-pam-0.99-r2.ebuild 2023-10-09 14:52:34.608368479 +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 4
EAPI=7
......
9 9

  
10 10
LICENSE="GPL-2+"
11 11
SLOT="0"
12
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~riscv x86"
12
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~riscv ~x86"
13 13

  
14 14
DEPEND=">=sys-libs/pam-0.75"
15 15

  
......
18 18
	NEWS
19 19
	README
20 20
)
21

  
22
PATCHES=(
23
	"${FILESDIR}"/${PN}-0.99-clang16-build-fix.patch
24
)
Thank you!