diff options
author | Sam James <sam@gentoo.org> | 2022-03-23 00:00:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-23 00:00:35 +0000 |
commit | 545092c671faa2a3fa5e5fc49b27efe3d89d51b0 (patch) | |
tree | 3c1a25b3211ef4c121702316ed8b6b2bc7020876 /app-crypt | |
parent | app-crypt/adcli: add subslot dep on OpenLDAP (diff) | |
download | gentoo-545092c671faa2a3fa5e5fc49b27efe3d89d51b0.tar.gz gentoo-545092c671faa2a3fa5e5fc49b27efe3d89d51b0.tar.bz2 gentoo-545092c671faa2a3fa5e5fc49b27efe3d89d51b0.zip |
app-crypt/heimdal: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/heimdal-7.7.0-r4.ebuild (renamed from app-crypt/heimdal/heimdal-7.7.0-r3.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/heimdal/heimdal-7.7.0-r3.ebuild b/app-crypt/heimdal/heimdal-7.7.0-r4.ebuild index 832a5ab34fbd..8036cbeb0073 100644 --- a/app-crypt/heimdal/heimdal-7.7.0-r3.ebuild +++ b/app-crypt/heimdal/heimdal-7.7.0-r4.ebuild @@ -26,7 +26,7 @@ CDEPEND=" ) berkdb? ( >=sys-libs/db-4.8.30-r1:*[${MULTILIB_USEDEP}] ) gdbm? ( >=sys-libs/gdbm-1.10-r1:=[${MULTILIB_USEDEP}] ) - lmdb? ( dev-db/lmdb ) + lmdb? ( dev-db/lmdb:= ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}] || ( @@ -36,7 +36,7 @@ CDEPEND=" sys-libs/ncurses:0= >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] afs? ( net-fs/openafs ) - hdb-ldap? ( >=net-nds/openldap-2.3.0 ) + hdb-ldap? ( >=net-nds/openldap-2.3.0:= ) X? ( x11-libs/libX11 x11-libs/libXau |