diff options
author | Sam James <sam@gentoo.org> | 2022-03-23 00:12:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-23 00:13:44 +0000 |
commit | 0320aef0fcd8f7d42d57ad19f02500658622c43a (patch) | |
tree | 425c140a9f5e58ae2a486327f9190735e58291e6 /sys-process/audit | |
parent | net-irc/quassel: add subslot dep on OpenLDAP (diff) | |
download | gentoo-0320aef0fcd8f7d42d57ad19f02500658622c43a.tar.gz gentoo-0320aef0fcd8f7d42d57ad19f02500658622c43a.tar.bz2 gentoo-0320aef0fcd8f7d42d57ad19f02500658622c43a.zip |
sys-process/audit: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/audit')
-rw-r--r-- | sys-process/audit/audit-3.0-r1.ebuild (renamed from sys-process/audit/audit-3.0.ebuild) | 4 | ||||
-rw-r--r-- | sys-process/audit/audit-3.0.6-r1.ebuild (renamed from sys-process/audit/audit-3.0.6.ebuild) | 4 | ||||
-rw-r--r-- | sys-process/audit/audit-3.0.7-r1.ebuild (renamed from sys-process/audit/audit-3.0.7.ebuild) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys-process/audit/audit-3.0.ebuild b/sys-process/audit/audit-3.0-r1.ebuild index 617c9b600659..f8d3d3743db4 100644 --- a/sys-process/audit/audit-3.0.ebuild +++ b/sys-process/audit/audit-3.0-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=7 @@ -21,7 +21,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="test" RDEPEND="gssapi? ( virtual/krb5 ) - ldap? ( net-nds/openldap ) + ldap? ( net-nds/openldap:= ) sys-libs/libcap-ng python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} diff --git a/sys-process/audit/audit-3.0.6.ebuild b/sys-process/audit/audit-3.0.6-r1.ebuild index c423d5ba82f7..6341dfc49392 100644 --- a/sys-process/audit/audit-3.0.6.ebuild +++ b/sys-process/audit/audit-3.0.6-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=7 @@ -20,7 +20,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" RDEPEND="gssapi? ( virtual/krb5 ) - ldap? ( net-nds/openldap ) + ldap? ( net-nds/openldap:= ) sys-libs/libcap-ng python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} diff --git a/sys-process/audit/audit-3.0.7.ebuild b/sys-process/audit/audit-3.0.7-r1.ebuild index ed9baad55d32..ab3ffbbffea2 100644 --- a/sys-process/audit/audit-3.0.7.ebuild +++ b/sys-process/audit/audit-3.0.7-r1.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" RDEPEND="gssapi? ( virtual/krb5 ) - ldap? ( net-nds/openldap ) + ldap? ( net-nds/openldap:= ) python? ( ${PYTHON_DEPS} ) sys-libs/libcap-ng" DEPEND="${RDEPEND} |