diff options
author | Christopher Byrne <salah.coronya@gmail.com> | 2024-12-06 16:11:00 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-06 22:22:26 +0000 |
commit | b2b92223abdd69dbd2516a9881886f098fae45cc (patch) | |
tree | 3ccbcb8bab53738270f38aeac0112a2b66c0e345 /sys-auth | |
parent | net-dns/knot: fix init script to /usr/sbin (diff) | |
download | gentoo-b2b92223abdd69dbd2516a9881886f098fae45cc.tar.gz gentoo-b2b92223abdd69dbd2516a9881886f098fae45cc.tar.bz2 gentoo-b2b92223abdd69dbd2516a9881886f098fae45cc.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39614
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/sssd/sssd-2.9.6.ebuild | 4 |
1 files changed, 1 insertions, 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 |