commit: 0320aef0fcd8f7d42d57ad19f02500658622c43a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 00:12:25 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 00:13:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0320aef0
sys-process/audit: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/audit/{audit-3.0.ebuild => audit-3.0-r1.ebuild} | 4 ++--
sys-process/audit/{audit-3.0.6.ebuild => audit-3.0.6-r1.ebuild} | 4 ++--
sys-process/audit/{audit-3.0.7.ebuild => audit-3.0.7-r1.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
similarity index 98%
rename from sys-process/audit/audit-3.0.ebuild
rename to 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
similarity index 98%
rename from sys-process/audit/audit-3.0.6.ebuild
rename to 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
similarity index 99%
rename from sys-process/audit/audit-3.0.7.ebuild
rename to 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}