commit:     ed2331be20ff843aa68226ca7d59b845146d82c2
Author:     Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Sun May  2 23:50:34 2021 +0000
Commit:     Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
CommitDate: Sun May  2 23:50:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=ed2331be

net-nds/openldap: remove libressl USE flag

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>

 net-nds/openldap/openldap-2.4.56.ebuild | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/net-nds/openldap/openldap-2.4.56.ebuild 
b/net-nds/openldap/openldap-2.4.56.ebuild
index 9aad8b8..074195f 100644
--- a/net-nds/openldap/openldap-2.4.56.ebuild
+++ b/net-nds/openldap/openldap-2.4.56.ebuild
@@ -27,7 +27,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 
~riscv s390 sparc x8
 IUSE_DAEMON="crypt samba tcpd experimental minimal"
 IUSE_BACKEND="+berkdb"
 IUSE_OVERLAY="overlays perl"
-IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 libressl +syslog selinux 
static-libs test"
+IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 +syslog selinux 
static-libs test"
 IUSE_CONTRIB="smbkrb5passwd kerberos kinit pbkdf2 sha2"
 IUSE_CONTRIB="${IUSE_CONTRIB} -cxx"
 IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} 
${IUSE_CONTRIB}"
@@ -49,10 +49,7 @@ for _slot in $BDB_SLOTS; do BDB_PKGS="${BDB_PKGS} 
sys-libs/db:${_slot}" ; done
 # openssl is needed to generate lanman-passwords required by samba
 COMMON_DEPEND="
        ssl? (
-               !gnutls? (
-                       !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
-                       libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
-               )
+               !gnutls? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
                gnutls? (
                        >=net-libs/gnutls-2.12.23-r6:=[${MULTILIB_USEDEP}]
                        >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}]
@@ -67,17 +64,13 @@ COMMON_DEPEND="
                odbc? ( !iodbc? ( dev-db/unixODBC )
                        iodbc? ( dev-db/libiodbc ) )
                perl? ( dev-lang/perl:=[-build(-)] )
-               samba? (
-                       !libressl? ( dev-libs/openssl:0= )
-                       libressl? ( dev-libs/libressl:0= )
-               )
+               samba? ( dev-libs/openssl:0= )
                berkdb? (
                        <sys-libs/db-6.0:=
                        || ( ${BDB_PKGS} )
                        )
                smbkrb5passwd? (
-                       !libressl? ( dev-libs/openssl:0= )
-                       libressl? ( dev-libs/libressl:0= )
+                       dev-libs/openssl:0=
                        kerberos? ( app-crypt/heimdal )
                        )
                kerberos? (

Reply via email to