diff options
author | Sam James <sam@gentoo.org> | 2022-03-23 00:03:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-23 00:03:14 +0000 |
commit | ee9966f85769ad894589a14e4a52a3ef18950283 (patch) | |
tree | 22c229836f77eb88d65eeed82ba7f9df298a3409 /sys-auth | |
parent | dev-libs/cyrus-sasl: add subslot dep on OpenLDAP (diff) | |
download | gentoo-ee9966f85769ad894589a14e4a52a3ef18950283.tar.gz gentoo-ee9966f85769ad894589a14e4a52a3ef18950283.tar.bz2 gentoo-ee9966f85769ad894589a14e4a52a3ef18950283.zip |
sys-auth/pam_yubico: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_yubico/pam_yubico-2.26-r1.ebuild (renamed from sys-auth/pam_yubico/pam_yubico-2.26.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pam_yubico/pam_yubico-2.26.ebuild b/sys-auth/pam_yubico/pam_yubico-2.26-r1.ebuild index d02d30e11751..eaf84fc6bbfa 100644 --- a/sys-auth/pam_yubico/pam_yubico-2.26.ebuild +++ b/sys-auth/pam_yubico/pam_yubico-2.26-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ RDEPEND=" sys-auth/libyubikey >=sys-auth/ykclient-2.15 >=sys-auth/ykpers-1.6 - ldap? ( net-nds/openldap )" + ldap? ( net-nds/openldap:= )" DEPEND="${RDEPEND} app-text/asciidoc test? ( dev-perl/Net-LDAP-Server )" |