diff options
author | Sam James <sam@gentoo.org> | 2022-03-22 23:49:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-22 23:49:58 +0000 |
commit | ea84e2edb28408fdc3d0f8b96ad33f3cefb741d7 (patch) | |
tree | 9d1d213cc9dc39f0692da3e0b37f284407c7e92a /net-mail | |
parent | net-misc/curl: add subslot dep on OpenLDAP (diff) | |
download | gentoo-ea84e2edb28408fdc3d0f8b96ad33f3cefb741d7.tar.gz gentoo-ea84e2edb28408fdc3d0f8b96ad33f3cefb741d7.tar.bz2 gentoo-ea84e2edb28408fdc3d0f8b96ad33f3cefb741d7.zip |
net-mail/dovecot: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/dovecot-2.3.14.1-r2.ebuild (renamed from net-mail/dovecot/dovecot-2.3.14.1-r1.ebuild) | 4 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-2.3.17.1-r1.ebuild (renamed from net-mail/dovecot/dovecot-2.3.17.1.ebuild) | 4 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-2.3.18-r1.ebuild (renamed from net-mail/dovecot/dovecot-2.3.18.ebuild) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-mail/dovecot/dovecot-2.3.14.1-r1.ebuild b/net-mail/dovecot/dovecot-2.3.14.1-r2.ebuild index 8c8d1142c3ba..4d1f997aae09 100644 --- a/net-mail/dovecot/dovecot-2.3.14.1-r1.ebuild +++ b/net-mail/dovecot/dovecot-2.3.14.1-r2.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 @@ -44,7 +44,7 @@ DEPEND="argon2? ( dev-libs/libsodium:= ) bzip2? ( app-arch/bzip2 ) caps? ( sys-libs/libcap ) kerberos? ( virtual/krb5 ) - ldap? ( net-nds/openldap ) + ldap? ( net-nds/openldap:= ) lua? ( ${LUA_DEPS} ) lucene? ( >=dev-cpp/clucene-2.3 ) lzma? ( app-arch/xz-utils ) diff --git a/net-mail/dovecot/dovecot-2.3.17.1.ebuild b/net-mail/dovecot/dovecot-2.3.17.1-r1.ebuild index 9eb939c223cb..6b967f8f9444 100644 --- a/net-mail/dovecot/dovecot-2.3.17.1.ebuild +++ b/net-mail/dovecot/dovecot-2.3.17.1-r1.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=8 @@ -50,7 +50,7 @@ DEPEND=" argon2? ( dev-libs/libsodium:= ) caps? ( sys-libs/libcap ) kerberos? ( virtual/krb5 ) - ldap? ( net-nds/openldap ) + ldap? ( net-nds/openldap:= ) lua? ( ${LUA_DEPS} ) lucene? ( >=dev-cpp/clucene-2.3 ) lz4? ( app-arch/lz4 ) diff --git a/net-mail/dovecot/dovecot-2.3.18.ebuild b/net-mail/dovecot/dovecot-2.3.18-r1.ebuild index 337be0b0ec6d..d2935719fee0 100644 --- a/net-mail/dovecot/dovecot-2.3.18.ebuild +++ b/net-mail/dovecot/dovecot-2.3.18-r1.ebuild @@ -50,7 +50,7 @@ DEPEND=" argon2? ( dev-libs/libsodium:= ) caps? ( sys-libs/libcap ) kerberos? ( virtual/krb5 ) - ldap? ( net-nds/openldap ) + ldap? ( net-nds/openldap:= ) lua? ( ${LUA_DEPS} ) lucene? ( >=dev-cpp/clucene-2.3 ) lz4? ( app-arch/lz4 ) |