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 36AAF15808B for ; Wed, 23 Mar 2022 00:45:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DD05E08DD; Wed, 23 Mar 2022 00:45:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 43BEAE08D3 for ; Wed, 23 Mar 2022 00:45:27 +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 87EA0343268 for ; Wed, 23 Mar 2022 00:45:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20AFF34C for ; Wed, 23 Mar 2022 00:45:24 +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: <1647996287.261c29dd63e1bd5491243dc32fce1bc614be02b5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r2.ebuild net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r3.ebuild net-analyzer/nagios-plugins/nagios-plugins-2.3.3-r2.ebuild net-analyzer/nagios-plugins/nagios-plugins-2.3.3-r3.ebuild X-VCS-Directories: net-analyzer/nagios-plugins/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 261c29dd63e1bd5491243dc32fce1bc614be02b5 X-VCS-Branch: master Date: Wed, 23 Mar 2022 00:45:24 +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: 4a3e2050-271c-4c9d-9c6e-db111f252481 X-Archives-Hash: 8fe13e5c9182c15fdfde0d87f08fa753 commit: 261c29dd63e1bd5491243dc32fce1bc614be02b5 Author: Sam James gentoo org> AuthorDate: Wed Mar 23 00:33:46 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 00:44:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261c29dd net-analyzer/nagios-plugins: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James gentoo.org> ...agios-plugins-2.3.1-r2.ebuild => nagios-plugins-2.3.1-r3.ebuild} | 4 ++-- ...agios-plugins-2.3.3-r2.ebuild => nagios-plugins-2.3.3-r3.ebuild} | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r2.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r3.ebuild similarity index 97% rename from net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r2.ebuild rename to net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r3.ebuild index bb298585d90a..a5d5583481bc 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r2.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r3.ebuild @@ -31,8 +31,8 @@ BDEPEND="${AUTOMAGIC_DEPEND} dev-lang/perl" DEPEND=" - ldap? ( net-nds/openldap ) - mysql? ( dev-db/mysql-connector-c ) + ldap? ( net-nds/openldap:= ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:* ) ssl? ( dev-libs/openssl:0= diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.3.3-r2.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.3.3-r3.ebuild similarity index 96% rename from net-analyzer/nagios-plugins/nagios-plugins-2.3.3-r2.ebuild rename to net-analyzer/nagios-plugins/nagios-plugins-2.3.3-r3.ebuild index 959874004cb5..bb1f5bbbfd58 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.3.3-r2.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.3.3-r3.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 @@ -31,8 +31,8 @@ BDEPEND="${AUTOMAGIC_DEPEND} dev-lang/perl" DEPEND=" - ldap? ( net-nds/openldap ) - mysql? ( dev-db/mysql-connector-c ) + ldap? ( net-nds/openldap:= ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:* ) ssl? ( dev-libs/openssl:0=