Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-pam-ldapd/
Date: Wed, 05 Jan 2022 10:01:58
Message-Id: 1641376890.1db500547022d26d045ec67d54405f8174ad151d.soap@gentoo
1 commit: 1db500547022d26d045ec67d54405f8174ad151d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 5 10:01:30 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 5 10:01:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db50054
7
8 sys-auth/nss-pam-ldapd: remove x86-fbsd
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild | 4 ++--
13 sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 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
17 index d6abaedaf53b..ec02a5427df5 100644
18 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild
19 +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.11-r3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -73,7 +73,7 @@ multilib_src_configure() {
27 --with-ldap-conf-file=/etc/nslcd.conf
28 --with-nslcd-pidfile=/run/nslcd/nslcd.pid
29 --with-nslcd-socket=/run/nslcd/socket
30 - $(usex x86-fbsd '--with-nss-flavour=' '--with-nss-flavour=' 'freebsd' 'glibc')
31 + --with-nss-flavour=glibc
32 $(use_enable pynslcd)
33 $(use_enable debug)
34 $(use_enable kerberos)
35
36 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
37 index d6abaedaf53b..ec02a5427df5 100644
38 --- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12.ebuild
39 +++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -73,7 +73,7 @@ multilib_src_configure() {
47 --with-ldap-conf-file=/etc/nslcd.conf
48 --with-nslcd-pidfile=/run/nslcd/nslcd.pid
49 --with-nslcd-socket=/run/nslcd/socket
50 - $(usex x86-fbsd '--with-nss-flavour=' '--with-nss-flavour=' 'freebsd' 'glibc')
51 + --with-nss-flavour=glibc
52 $(use_enable pynslcd)
53 $(use_enable debug)
54 $(use_enable kerberos)