Diff nss-pam-ldapd-0.9.12-r2 with a nss-pam-ldapd-0.9.12-r3

/usr/portage/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild 2023-10-09 14:52:35.424368500 +0300
12 12

  
13 13
LICENSE="LGPL-2.1"
14 14
SLOT="0"
15
KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
16
IUSE="debug kerberos +pam pynslcd sasl test +utils"
15
KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86"
16
IUSE="debug kerberos +pam pynslcd sasl selinux test +utils"
17 17
REQUIRED_USE="
18 18
	utils? ( ${PYTHON_REQUIRED_USE} )
19 19
	test? ( ${PYTHON_REQUIRED_USE} pynslcd )
......
32 32
		dev-python/python-ldap[${PYTHON_USEDEP}]
33 33
		dev-python/python-daemon[${PYTHON_USEDEP}]
34 34
	)
35
	elibc_musl? ( sys-libs/musl-nscd )
35 36
	!sys-auth/nss_ldap
36 37
	!sys-auth/pam_ldap
37 38
"
......
40 41
	${PYTHON_DEPS}
41 42
	test? ( dev-python/pylint[${PYTHON_USEDEP}] )
42 43
"
44
RDEPEND+=" selinux? ( sec-policy/selinux-nslcd )"
43 45

  
44 46
PATCHES=(
45 47
	"${FILESDIR}"/nss-pam-ldapd-0.9.4-disable-py3-only-linters.patch
......
47 49
	"${FILESDIR}"/nss-pam-ldapd-0.9.11-relative-imports.patch
48 50
	"${FILESDIR}"/nss-pam-ldapd-0.9.11-tests.patch
49 51
	"${FILESDIR}"/nss-pam-ldapd-0.9.11-tests-py39.patch
52
	"${FILESDIR}"/nss-pam-ldapd-0.9.12-netdb-defines.patch
50 53
)
51 54

  
52 55
pkg_setup() {
Thank you!