diff options
author | Sam James <sam@gentoo.org> | 2022-03-23 00:00:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-23 00:00:54 +0000 |
commit | d36aea6aa4041d7b5163a549dd433305b722c468 (patch) | |
tree | da9842840021120a9ee8e91bb653e2c66bf62681 /net-libs | |
parent | app-crypt/heimdal: add subslot dep on OpenLDAP (diff) | |
download | gentoo-d36aea6aa4041d7b5163a549dd433305b722c468.tar.gz gentoo-d36aea6aa4041d7b5163a549dd433305b722c468.tar.bz2 gentoo-d36aea6aa4041d7b5163a549dd433305b722c468.zip |
net-libs/libnfsidmap: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnfsidmap/libnfsidmap-0.27-r1.ebuild (renamed from net-libs/libnfsidmap/libnfsidmap-0.27.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild b/net-libs/libnfsidmap/libnfsidmap-0.27-r1.ebuild index e93e96fb27fb..2d736e7faf37 100644 --- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild +++ b/net-libs/libnfsidmap/libnfsidmap-0.27-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=6 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" IUSE="ldap static-libs" -DEPEND="ldap? ( net-nds/openldap )" +DEPEND="ldap? ( net-nds/openldap:= )" RDEPEND=" ${DEPEND} !<net-fs/nfs-utils-1.2.2 |