commit: 37efa05ac9c0ce59446f051c9bba264e4576af97
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 00:26:39 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 00:44:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37efa05a
app-forensics/ovaldi: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../ovaldi/{ovaldi-5.10.1.7.ebuild => ovaldi-5.10.1.7-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-forensics/ovaldi/ovaldi-5.10.1.7.ebuild
b/app-forensics/ovaldi/ovaldi-5.10.1.7-r1.ebuild
similarity index 97%
rename from app-forensics/ovaldi/ovaldi-5.10.1.7.ebuild
rename to app-forensics/ovaldi/ovaldi-5.10.1.7-r1.ebuild
index 2007c6737d5a..50a05b8d222f 100644
--- a/app-forensics/ovaldi/ovaldi-5.10.1.7.ebuild
+++ b/app-forensics/ovaldi/ovaldi-5.10.1.7-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
@@ -23,9 +23,9 @@ DEPEND="
sys-apps/util-linux:=
sys-libs/libcap
acl? ( sys-apps/acl:= )
- ldap? ( net-nds/openldap )"
-RDEPEND="${DEPEND}
+ ldap? ( net-nds/openldap:= )
selinux? ( sys-libs/libselinux )"
+RDEPEND="${DEPEND}"
src_prepare() {
if ! use ldap ; then