commit:     b2b92223abdd69dbd2516a9881886f098fae45cc
Author:     Christopher Byrne <salah.coronya <AT> gmail <DOT> com>
AuthorDate: Fri Dec  6 22:11:00 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 22:22:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b92223

sys-auth/sssd: Remove unrecognized configure options

Remove some configure options backported in error. They aren't needed,
because the files aren't present.

Closes: https://bugs.gentoo.org/945961
Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39614
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-auth/sssd/sssd-2.9.6.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-auth/sssd/sssd-2.9.6.ebuild b/sys-auth/sssd/sssd-2.9.6.ebuild
index e2e6bb051024..603f3382f818 100644
--- a/sys-auth/sssd/sssd-2.9.6.ebuild
+++ b/sys-auth/sssd/sssd-2.9.6.ebuild
@@ -9,7 +9,7 @@ PLOCALE_BACKUP="sv"
 PYTHON_COMPAT=( python3_{10..12} )
 
 inherit autotools linux-info multilib-minimal optfeature plocale \
-       python-single-r1 pam systemd udev toolchain-funcs
+       python-single-r1 pam systemd toolchain-funcs
 
 DESCRIPTION="System Security Services Daemon provides access to identity and 
authentication"
 HOMEPAGE="https://github.com/SSSD/sssd";
@@ -182,8 +182,6 @@ multilib_src_configure() {
                --with-mcache-path="${EPREFIX}"/var/lib/sss/mc
                --with-secrets-db-path="${EPREFIX}"/var/lib/sss/secrets
                --with-log-path="${EPREFIX}"/var/log/sssd
-               --with-tmpfilesdir=/usr/lib/tmpfiles.d
-               --with-udevrulesdir="$(get_udevdir)/rules.d"
                --with-kcm
                --enable-kcm-renewal
                --with-os=gentoo

Reply via email to