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 E7AA515808B for ; Wed, 23 Mar 2022 00:14:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38383E0903; 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 C5829E0903 for ; Wed, 23 Mar 2022 00:14:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5F39034323A for ; Wed, 23 Mar 2022 00:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 798AA32A for ; Wed, 23 Mar 2022 00:14:09 +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: <1647994424.0320aef0fcd8f7d42d57ad19f02500658622c43a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/audit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/audit/audit-3.0-r1.ebuild sys-process/audit/audit-3.0.6-r1.ebuild sys-process/audit/audit-3.0.6.ebuild sys-process/audit/audit-3.0.7-r1.ebuild sys-process/audit/audit-3.0.7.ebuild sys-process/audit/audit-3.0.ebuild X-VCS-Directories: sys-process/audit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0320aef0fcd8f7d42d57ad19f02500658622c43a X-VCS-Branch: master Date: Wed, 23 Mar 2022 00:14:09 +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: 30f1ab9a-15a0-488f-b978-c973c890e117 X-Archives-Hash: 2eca16c9409f8495f641568235d69fd9 commit: 0320aef0fcd8f7d42d57ad19f02500658622c43a Author: Sam James gentoo org> AuthorDate: Wed Mar 23 00:12:25 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 00:13:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0320aef0 sys-process/audit: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James gentoo.org> sys-process/audit/{audit-3.0.ebuild => audit-3.0-r1.ebuild} | 4 ++-- sys-process/audit/{audit-3.0.6.ebuild => audit-3.0.6-r1.ebuild} | 4 ++-- sys-process/audit/{audit-3.0.7.ebuild => audit-3.0.7-r1.ebuild} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-process/audit/audit-3.0.ebuild b/sys-process/audit/audit-3.0-r1.ebuild similarity index 98% rename from sys-process/audit/audit-3.0.ebuild rename to sys-process/audit/audit-3.0-r1.ebuild index 617c9b600659..f8d3d3743db4 100644 --- a/sys-process/audit/audit-3.0.ebuild +++ b/sys-process/audit/audit-3.0-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 @@ -21,7 +21,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="test" RDEPEND="gssapi? ( virtual/krb5 ) - ldap? ( net-nds/openldap ) + ldap? ( net-nds/openldap:= ) sys-libs/libcap-ng python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} diff --git a/sys-process/audit/audit-3.0.6.ebuild b/sys-process/audit/audit-3.0.6-r1.ebuild similarity index 98% rename from sys-process/audit/audit-3.0.6.ebuild rename to sys-process/audit/audit-3.0.6-r1.ebuild index c423d5ba82f7..6341dfc49392 100644 --- a/sys-process/audit/audit-3.0.6.ebuild +++ b/sys-process/audit/audit-3.0.6-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 @@ -20,7 +20,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" RDEPEND="gssapi? ( virtual/krb5 ) - ldap? ( net-nds/openldap ) + ldap? ( net-nds/openldap:= ) sys-libs/libcap-ng python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} diff --git a/sys-process/audit/audit-3.0.7.ebuild b/sys-process/audit/audit-3.0.7-r1.ebuild similarity index 99% rename from sys-process/audit/audit-3.0.7.ebuild rename to sys-process/audit/audit-3.0.7-r1.ebuild index ed9baad55d32..ab3ffbbffea2 100644 --- a/sys-process/audit/audit-3.0.7.ebuild +++ b/sys-process/audit/audit-3.0.7-r1.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" RDEPEND="gssapi? ( virtual/krb5 ) - ldap? ( net-nds/openldap ) + ldap? ( net-nds/openldap:= ) python? ( ${PYTHON_DEPS} ) sys-libs/libcap-ng" DEPEND="${RDEPEND}