Diff audit-3.1.1 with a audit-3.1.2

/usr/portage/sys-process/audit/audit-3.1.2.ebuild 2023-10-09 14:52:35.572368503 +0300
17 17

  
18 18
LICENSE="GPL-2+ LGPL-2.1+"
19 19
SLOT="0"
20
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
20
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
21 21
IUSE="gssapi io-uring ldap python static-libs test"
22 22

  
23 23
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
......
39 39
CONFIG_CHECK="~AUDIT"
40 40

  
41 41
PATCHES=(
42
	# See bug #836702 before removing / verify builds fine w/ USE=python
43
	# with latest kernel headers.
44
	"${FILESDIR}"/${PN}-3.0.8-linux-headers-5.17.patch
45 42
	"${FILESDIR}"/${PN}-3.0.8-musl-malloc.patch
46 43
)
47 44

  
Thank you!