Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/c-client/
Date: Tue, 04 Jan 2022 03:29:32
Message-Id: 1641266927.a0e32a073d8ae380d46097c77076facaabec410d.sam@gentoo
1 commit: a0e32a073d8ae380d46097c77076facaabec410d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 16:14:38 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 03:28:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e32a07
7
8 net-libs/c-client: remove kernel_FreeBSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-libs/c-client/c-client-2007f-r7.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/net-libs/c-client/c-client-2007f-r7.ebuild b/net-libs/c-client/c-client-2007f-r7.ebuild
17 index befa819f22a5..a7af4a22ccbe 100644
18 --- a/net-libs/c-client/c-client-2007f-r7.ebuild
19 +++ b/net-libs/c-client/c-client-2007f-r7.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=6
26 @@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
30 -IUSE="doc +ipv6 kerberos kernel_linux kernel_FreeBSD pam ssl static-libs topal chappa"
31 +IUSE="doc +ipv6 kerberos kernel_linux pam ssl static-libs topal chappa"
32
33 RDEPEND="
34 !net-mail/uw-imap
35 @@ -107,8 +107,6 @@ src_compile() {
36 # Fall back to "slx" when USE=pam is not set. This ensures that
37 # we link in libcrypt to get the crypt() routine (bug #456928).
38 use pam && target=lnp passwdtype=pam || target=slx passwdtype=std
39 - elif use kernel_FreeBSD ; then
40 - target=bsf passwdtype=pam
41 fi
42 use kerberos \
43 && mymake="EXTRAAUTHENTICATORS=gss" \