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 2024-12-25 14:59:52.783270183 +0300
12 12

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

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

  
53 56
pkg_setup() {
Thank you!