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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E389138335 for ; Thu, 15 Nov 2018 15:55:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2403FE0916; Thu, 15 Nov 2018 15:55:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D56E2E0916 for ; Thu, 15 Nov 2018 15:55:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F9FD335C3D for ; Thu, 15 Nov 2018 15:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 481FB468 for ; Thu, 15 Nov 2018 15:55:51 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1542297343.4c706b0e688e5531885de1eb6deb00a48e414258.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/net-snmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild net-analyzer/net-snmp/net-snmp-5.8.ebuild X-VCS-Directories: net-analyzer/net-snmp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4c706b0e688e5531885de1eb6deb00a48e414258 X-VCS-Branch: master Date: Thu, 15 Nov 2018 15:55:51 +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-Archives-Salt: 8b7602e4-5584-4a9d-9090-c24954ab98d3 X-Archives-Hash: 687ff0c6d54e60711448312bc3404b58 commit: 4c706b0e688e5531885de1eb6deb00a48e414258 Author: Lars Wendler gentoo org> AuthorDate: Thu Nov 15 15:53:52 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Nov 15 15:55:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c706b0e net-analyzer/net-snmp: Added sub-slot operator to dev-libs/openssl and dev-libs/libressl Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild | 6 +++--- net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild | 6 +++--- net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild | 6 +++--- net-analyzer/net-snmp/net-snmp-5.8.ebuild | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild b/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild index fee79b1ccb0..8d923fa28d7 100644 --- a/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.7.3-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -30,8 +30,8 @@ IUSE="X bzip2 doc elf ipv6 libressl lm_sensors mfd-rewrites minimal mysql netlin COMMON_DEPEND=" ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6d:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-0.9.6d:0= ) + libressl? ( dev-libs/libressl:= ) ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) rpm? ( diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild b/net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild index b89ac3cf3f1..06047991539 100644 --- a/net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.7.3-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -30,8 +30,8 @@ IUSE="X bzip2 doc elf ipv6 libressl lm_sensors mfd-rewrites minimal mysql netlin COMMON_DEPEND=" ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6d:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-0.9.6d:0= ) + libressl? ( dev-libs/libressl:= ) ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) rpm? ( diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild b/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild index 77645313cf3..41871ecc1ea 100644 --- a/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,8 +29,8 @@ IUSE="X bzip2 doc elf ipv6 libressl lm_sensors mfd-rewrites minimal mysql netlin COMMON_DEPEND=" ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6d:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-0.9.6d:0= ) + libressl? ( dev-libs/libressl:= ) ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) rpm? ( diff --git a/net-analyzer/net-snmp/net-snmp-5.8.ebuild b/net-analyzer/net-snmp/net-snmp-5.8.ebuild index 692d3feef95..c3d4d0622ea 100644 --- a/net-analyzer/net-snmp/net-snmp-5.8.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,8 +28,8 @@ IUSE="X bzip2 doc elf ipv6 libressl lm_sensors mfd-rewrites minimal mysql netlin COMMON_DEPEND=" ssl? ( - !libressl? ( >=dev-libs/openssl-0.9.6d:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( >=dev-libs/openssl-0.9.6d:0= ) + libressl? ( dev-libs/libressl:= ) ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) rpm? (