diff options
author | Sam James <sam@gentoo.org> | 2022-03-23 00:26:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-23 00:44:32 +0000 |
commit | 37efa05ac9c0ce59446f051c9bba264e4576af97 (patch) | |
tree | a217e146088a23d19ad753c69198b76ffa3f4ee8 | |
parent | net-dns/bind: add subslot dep on OpenLDAP (diff) | |
download | gentoo-37efa05ac9c0ce59446f051c9bba264e4576af97.tar.gz gentoo-37efa05ac9c0ce59446f051c9bba264e4576af97.tar.bz2 gentoo-37efa05ac9c0ce59446f051c9bba264e4576af97.zip |
app-forensics/ovaldi: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-forensics/ovaldi/ovaldi-5.10.1.7-r1.ebuild (renamed from app-forensics/ovaldi/ovaldi-5.10.1.7.ebuild) | 6 |
1 files 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 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 |