Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-nds/openldap/
Date: Mon, 03 May 2021 00:07:14
Message-Id: 1619999434.ed2331be20ff843aa68226ca7d59b845146d82c2.quentin@gentoo
1 commit: ed2331be20ff843aa68226ca7d59b845146d82c2
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Sun May 2 23:50:34 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Sun May 2 23:50:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=ed2331be
7
8 net-nds/openldap: remove libressl USE flag
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12
13 net-nds/openldap/openldap-2.4.56.ebuild | 15 ++++-----------
14 1 file changed, 4 insertions(+), 11 deletions(-)
15
16 diff --git a/net-nds/openldap/openldap-2.4.56.ebuild b/net-nds/openldap/openldap-2.4.56.ebuild
17 index 9aad8b8..074195f 100644
18 --- a/net-nds/openldap/openldap-2.4.56.ebuild
19 +++ b/net-nds/openldap/openldap-2.4.56.ebuild
20 @@ -27,7 +27,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x8
21 IUSE_DAEMON="crypt samba tcpd experimental minimal"
22 IUSE_BACKEND="+berkdb"
23 IUSE_OVERLAY="overlays perl"
24 -IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 libressl +syslog selinux static-libs test"
25 +IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 +syslog selinux static-libs test"
26 IUSE_CONTRIB="smbkrb5passwd kerberos kinit pbkdf2 sha2"
27 IUSE_CONTRIB="${IUSE_CONTRIB} -cxx"
28 IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} ${IUSE_CONTRIB}"
29 @@ -49,10 +49,7 @@ for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} sys-libs/db:${_slot}" ; done
30 # openssl is needed to generate lanman-passwords required by samba
31 COMMON_DEPEND="
32 ssl? (
33 - !gnutls? (
34 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
35 - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
36 - )
37 + !gnutls? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
38 gnutls? (
39 >=net-libs/gnutls-2.12.23-r6:=[${MULTILIB_USEDEP}]
40 >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}]
41 @@ -67,17 +64,13 @@ COMMON_DEPEND="
42 odbc? ( !iodbc? ( dev-db/unixODBC )
43 iodbc? ( dev-db/libiodbc ) )
44 perl? ( dev-lang/perl:=[-build(-)] )
45 - samba? (
46 - !libressl? ( dev-libs/openssl:0= )
47 - libressl? ( dev-libs/libressl:0= )
48 - )
49 + samba? ( dev-libs/openssl:0= )
50 berkdb? (
51 <sys-libs/db-6.0:=
52 || ( ${BDB_PKGS} )
53 )
54 smbkrb5passwd? (
55 - !libressl? ( dev-libs/openssl:0= )
56 - libressl? ( dev-libs/libressl:0= )
57 + dev-libs/openssl:0=
58 kerberos? ( app-crypt/heimdal )
59 )
60 kerberos? (