diff options
author | David Seifert <soap@gentoo.org> | 2022-01-05 11:01:30 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-05 11:01:30 +0100 |
commit | 1db500547022d26d045ec67d54405f8174ad151d (patch) | |
tree | 1ca98b724cde87bc8c83c63c4d134fd19b23b5ba /sys-auth/nss-pam-ldapd | |
parent | net-libs/libupnp: remove x86-fbsd (diff) | |
download | gentoo-1db500547022d26d045ec67d54405f8174ad151d.tar.gz gentoo-1db500547022d26d045ec67d54405f8174ad151d.tar.bz2 gentoo-1db500547022d26d045ec67d54405f8174ad151d.zip |
sys-auth/nss-pam-ldapd: remove x86-fbsd
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-auth/nss-pam-ldapd')
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild index d6abaedaf53b..ec02a5427df5 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -73,7 +73,7 @@ multilib_src_configure() { --with-ldap-conf-file=/etc/nslcd.conf --with-nslcd-pidfile=/run/nslcd/nslcd.pid --with-nslcd-socket=/run/nslcd/socket - $(usex x86-fbsd '--with-nss-flavour=' '--with-nss-flavour=' 'freebsd' 'glibc') + --with-nss-flavour=glibc $(use_enable pynslcd) $(use_enable debug) $(use_enable kerberos) diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12.ebuild b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12.ebuild index d6abaedaf53b..ec02a5427df5 100644 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12.ebuild +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -73,7 +73,7 @@ multilib_src_configure() { --with-ldap-conf-file=/etc/nslcd.conf --with-nslcd-pidfile=/run/nslcd/nslcd.pid --with-nslcd-socket=/run/nslcd/socket - $(usex x86-fbsd '--with-nss-flavour=' '--with-nss-flavour=' 'freebsd' 'glibc') + --with-nss-flavour=glibc $(use_enable pynslcd) $(use_enable debug) $(use_enable kerberos) |