From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A308A15808B for ; Wed, 23 Mar 2022 00:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7066EE08EC; Wed, 23 Mar 2022 00:14:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B25ACE08EC for ; Wed, 23 Mar 2022 00:14:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF933343235 for ; Wed, 23 Mar 2022 00:14:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F144833F for ; Wed, 23 Mar 2022 00:14:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647993635.545092c671faa2a3fa5e5fc49b27efe3d89d51b0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/heimdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/heimdal/heimdal-7.7.0-r3.ebuild app-crypt/heimdal/heimdal-7.7.0-r4.ebuild X-VCS-Directories: app-crypt/heimdal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 545092c671faa2a3fa5e5fc49b27efe3d89d51b0 X-VCS-Branch: master Date: Wed, 23 Mar 2022 00:14:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf328b54-9778-47ff-a66d-e2b223a904c8 X-Archives-Hash: 0baee13f8880bd53b434fa427c5fc6e0 commit: 545092c671faa2a3fa5e5fc49b27efe3d89d51b0 Author: Sam James gentoo org> AuthorDate: Wed Mar 23 00:00:35 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 00:00:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545092c6 app-crypt/heimdal: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James gentoo.org> .../heimdal/{heimdal-7.7.0-r3.ebuild => heimdal-7.7.0-r4.ebuild} | 4 ++-- 1 file 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 similarity index 98% rename from app-crypt/heimdal/heimdal-7.7.0-r3.ebuild rename to 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