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 4FCBE15808B for ; Wed, 23 Mar 2022 01:02:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AADFE08EF; Wed, 23 Mar 2022 01:02:16 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E94EE08EF for ; Wed, 23 Mar 2022 01:02:15 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85821342A87 for ; Wed, 23 Mar 2022 01:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCFB2339 for ; Wed, 23 Mar 2022 01:02:12 +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: <1647997091.cccae9d98c70f0cacdd8b2de4a20195382abe44e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/collectd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-metrics/collectd/collectd-5.12.0-r3.ebuild app-metrics/collectd/collectd-5.12.0-r4.ebuild app-metrics/collectd/collectd-5.12.0-r5.ebuild app-metrics/collectd/collectd-5.12.0-r6.ebuild X-VCS-Directories: app-metrics/collectd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cccae9d98c70f0cacdd8b2de4a20195382abe44e X-VCS-Branch: master Date: Wed, 23 Mar 2022 01:02:12 +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: f5897c57-caac-42e4-8a61-e5ea1d19179c X-Archives-Hash: 61c5cd0d5a610fb405dc6c31683791a4 commit: cccae9d98c70f0cacdd8b2de4a20195382abe44e Author: Sam James gentoo org> AuthorDate: Wed Mar 23 00:57:30 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 00:58:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccae9d9 app-metrics/collectd: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James gentoo.org> .../{collectd-5.12.0-r3.ebuild => collectd-5.12.0-r5.ebuild} | 6 +++--- .../{collectd-5.12.0-r4.ebuild => collectd-5.12.0-r6.ebuild} | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-metrics/collectd/collectd-5.12.0-r3.ebuild b/app-metrics/collectd/collectd-5.12.0-r5.ebuild similarity index 99% rename from app-metrics/collectd/collectd-5.12.0-r3.ebuild rename to app-metrics/collectd/collectd-5.12.0-r5.ebuild index 90d4dfa6324a..31e9c7f7be72 100644 --- a/app-metrics/collectd/collectd-5.12.0-r3.ebuild +++ b/app-metrics/collectd/collectd-5.12.0-r5.ebuild @@ -121,7 +121,7 @@ COMMON_DEPEND=" collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp:= ) collectd_plugins_nut? ( >=sys-power/nut-2.7.2-r2 ) - collectd_plugins_openldap? ( net-nds/openldap ) + collectd_plugins_openldap? ( net-nds/openldap:= ) collectd_plugins_oracle? ( dev-db/oracle-instantclient[sdk] ) collectd_plugins_ovs_events? ( dev-libs/yajl:= ) collectd_plugins_ovs_stats? ( dev-libs/yajl:= ) @@ -138,8 +138,8 @@ COMMON_DEPEND=" collectd_plugins_sigrok? ( >=sci-libs/libsigrok-0.4:= dev-libs/glib:2 ) collectd_plugins_slurm? ( sys-cluster/slurm ) collectd_plugins_smart? ( dev-libs/libatasmart:0= ) - collectd_plugins_snmp? ( net-analyzer/net-snmp ) - collectd_plugins_snmp_agent? ( net-analyzer/net-snmp ) + collectd_plugins_snmp? ( net-analyzer/net-snmp:= ) + collectd_plugins_snmp_agent? ( net-analyzer/net-snmp:= ) collectd_plugins_sysevent? ( dev-libs/yajl:= ) collectd_plugins_varnish? ( www-servers/varnish:= ) collectd_plugins_virt? ( app-emulation/libvirt:= dev-libs/libxml2:2= ) diff --git a/app-metrics/collectd/collectd-5.12.0-r4.ebuild b/app-metrics/collectd/collectd-5.12.0-r6.ebuild similarity index 99% rename from app-metrics/collectd/collectd-5.12.0-r4.ebuild rename to app-metrics/collectd/collectd-5.12.0-r6.ebuild index 6e2aae300ac5..0d9005d31c3f 100644 --- a/app-metrics/collectd/collectd-5.12.0-r4.ebuild +++ b/app-metrics/collectd/collectd-5.12.0-r6.ebuild @@ -121,7 +121,7 @@ COMMON_DEPEND=" collectd_plugins_notify_desktop? ( x11-libs/libnotify ) collectd_plugins_notify_email? ( net-libs/libesmtp:= ) collectd_plugins_nut? ( >=sys-power/nut-2.7.2-r2 ) - collectd_plugins_openldap? ( net-nds/openldap ) + collectd_plugins_openldap? ( net-nds/openldap:= ) collectd_plugins_oracle? ( dev-db/oracle-instantclient[sdk] ) collectd_plugins_ovs_events? ( dev-libs/yajl:= ) collectd_plugins_ovs_stats? ( dev-libs/yajl:= ) @@ -138,8 +138,8 @@ COMMON_DEPEND=" collectd_plugins_sigrok? ( >=sci-libs/libsigrok-0.4:= dev-libs/glib:2 ) collectd_plugins_slurm? ( sys-cluster/slurm ) collectd_plugins_smart? ( dev-libs/libatasmart:0= ) - collectd_plugins_snmp? ( net-analyzer/net-snmp ) - collectd_plugins_snmp_agent? ( net-analyzer/net-snmp ) + collectd_plugins_snmp? ( net-analyzer/net-snmp:= ) + collectd_plugins_snmp_agent? ( net-analyzer/net-snmp:= ) collectd_plugins_sysevent? ( dev-libs/yajl:= ) collectd_plugins_varnish? ( www-servers/varnish:= ) collectd_plugins_virt? ( app-emulation/libvirt:= dev-libs/libxml2:2= )