commit: b85bb5cbeab45ab2949985b18eee1b2ba7642695 Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com> AuthorDate: Mon Dec 9 05:21:13 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 10 05:45:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85bb5cb
sys-auth/sssd: Build Python binding only on native arch for 2.9.x mutlilib 32-bit buildn't won't work if we try to compile for both abis. Python isn't multilib, so just build the binding for native abi Closes: https://bugs.gentoo.org/946102 Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/sssd/sssd-2.9.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/sssd/sssd-2.9.6.ebuild b/sys-auth/sssd/sssd-2.9.6.ebuild index 1099bda17e11..cdb1bc58d5fc 100644 --- a/sys-auth/sssd/sssd-2.9.6.ebuild +++ b/sys-auth/sssd/sssd-2.9.6.ebuild @@ -208,7 +208,7 @@ multilib_src_configure() { --with-subid $(use_enable systemtap) --without-python2-bindings - --with-python3-bindings + $(multilib_native_with python3-bindings) # Annoyingly configure requires that you pick systemd XOR sysv --with-initscript=$(usex systemd systemd sysv) KRB5_CONFIG="${ESYSROOT}"/usr/bin/krb5-config