Diff audit-3.0.9-r1 with a audit-3.1.1

/usr/portage/sys-process/audit/audit-3.1.1.ebuild 2023-10-09 14:52:35.572368503 +0300
18 18
LICENSE="GPL-2+ LGPL-2.1+"
19 19
SLOT="0"
20 20
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
21
IUSE="gssapi ldap python static-libs test"
21
IUSE="gssapi io-uring ldap python static-libs test"
22 22

  
23 23
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
24 24
RESTRICT="!test? ( test )"
25 25

  
26
RDEPEND="gssapi? ( virtual/krb5 )
26
RDEPEND="
27
	sys-libs/libcap-ng
28
	gssapi? ( virtual/krb5 )
27 29
	ldap? ( net-nds/openldap:= )
28 30
	python? ( ${PYTHON_DEPS} )
29
	sys-libs/libcap-ng"
30
DEPEND="${RDEPEND}
31
"
32
DEPEND="
33
	${RDEPEND}
31 34
	>=sys-kernel/linux-headers-2.6.34
32
	test? ( dev-libs/check )"
35
	test? ( dev-libs/check )
36
"
33 37
BDEPEND="python? ( dev-lang/swig )"
34 38

  
35 39
CONFIG_CHECK="~AUDIT"
......
60 64
		$(use_enable gssapi gssapi-krb5)
61 65
		$(use_enable ldap zos-remote)
62 66
		$(use_enable static-libs static)
67
		$(use_with io-uring io_uring)
63 68
		--enable-systemd
64 69
		--without-golang
70
		--without-libwrap
65 71
		--without-python
66 72
		--without-python3
67 73
	)
Thank you!