From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1378623-garchives=archives.gentoo.org@lists.gentoo.org> 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 2C51F15808B for <garchives@archives.gentoo.org>; Wed, 23 Mar 2022 00:14:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BC49E090E; Wed, 23 Mar 2022 00:14:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C5C58E0907 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Mar 2022 00:14:13 +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 69D7F343243 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Mar 2022 00:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A3CD354 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Mar 2022 00:14:09 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1647994414.812a70d7be32201db2a4e3d50f1f0565cac72bae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/quota/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/quota/quota-4.06-r1.ebuild sys-fs/quota/quota-4.06.ebuild X-VCS-Directories: sys-fs/quota/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 812a70d7be32201db2a4e3d50f1f0565cac72bae X-VCS-Branch: master Date: Wed, 23 Mar 2022 00:14:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a51e2254-28aa-4749-85c9-f4bbf6846dfb X-Archives-Hash: 848e3b4732e7550807e3b1696b812ab3 commit: 812a70d7be32201db2a4e3d50f1f0565cac72bae Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 23 00:08:55 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 23 00:13:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812a70d7 sys-fs/quota: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/quota/{quota-4.06.ebuild => quota-4.06-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/quota/quota-4.06.ebuild b/sys-fs/quota/quota-4.06-r1.ebuild similarity index 97% rename from sys-fs/quota/quota-4.06.ebuild rename to sys-fs/quota/quota-4.06-r1.ebuild index 1c4cd2de9211..c60ede4d7067 100644 --- a/sys-fs/quota/quota-4.06.ebuild +++ b/sys-fs/quota/quota-4.06-r1.ebuild @@ -16,7 +16,7 @@ IUSE="ldap netlink nls rpc tcpd" RDEPEND=" sys-fs/e2fsprogs - ldap? ( >=net-nds/openldap-2.3.35 ) + ldap? ( >=net-nds/openldap-2.3.35:= ) netlink? ( sys-apps/dbus dev-libs/libnl:3