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 565B113933E for ; Wed, 14 Jul 2021 04:10:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A9C2E0C14; Wed, 14 Jul 2021 04:10:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5A209E0C14 for ; Wed, 14 Jul 2021 04:10:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D5A16342CF8 for ; Wed, 14 Jul 2021 04:10:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53C4B7C7 for ; Wed, 14 Jul 2021 04:10:05 +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: <1626235754.2ed1a1692d84c5951dcbd9c7aaa3f94d103eefc5.sam@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.9-r2.ebuild net-analyzer/net-snmp/net-snmp-5.9-r3.ebuild net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild net-analyzer/net-snmp/net-snmp-5.9.1.ebuild net-analyzer/net-snmp/net-snmp-99999999.ebuild X-VCS-Directories: net-analyzer/net-snmp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ed1a1692d84c5951dcbd9c7aaa3f94d103eefc5 X-VCS-Branch: master Date: Wed, 14 Jul 2021 04:10:05 +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: ac15c175-8970-4fe3-adb6-abc167b87556 X-Archives-Hash: 7422392883b039528cc73ea586583a21 commit: 2ed1a1692d84c5951dcbd9c7aaa3f94d103eefc5 Author: Sam James gentoo org> AuthorDate: Wed Jul 14 03:59:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 14 04:09:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed1a169 net-analyzer/net-snmp: add missing libcrypt dependency Closes: https://bugs.gentoo.org/802012 Signed-off-by: Sam James gentoo.org> .../net-snmp/{net-snmp-5.9-r2.ebuild => net-snmp-5.9-r4.ebuild} | 2 ++ .../net-snmp/{net-snmp-5.9-r3.ebuild => net-snmp-5.9-r5.ebuild} | 1 + .../net-snmp/{net-snmp-5.9.1.ebuild => net-snmp-5.9.1-r1.ebuild} | 1 + net-analyzer/net-snmp/net-snmp-99999999.ebuild | 1 + 4 files changed, 5 insertions(+) diff --git a/net-analyzer/net-snmp/net-snmp-5.9-r2.ebuild b/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild similarity index 99% rename from net-analyzer/net-snmp/net-snmp-5.9-r2.ebuild rename to net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild index 5ee94160278..85e04734976 100644 --- a/net-analyzer/net-snmp/net-snmp-5.9-r2.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + DISTUTILS_OPTIONAL=yesplz DISTUTILS_SINGLE_IMPL=yesplz GENTOO_DEPEND_ON_PERL=no @@ -31,6 +32,7 @@ REQUIRED_USE=" " COMMON_DEPEND=" + virtual/libcrypt:= bzip2? ( app-arch/bzip2 ) elf? ( dev-libs/elfutils ) lm-sensors? ( sys-apps/lm-sensors ) diff --git a/net-analyzer/net-snmp/net-snmp-5.9-r3.ebuild b/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild similarity index 99% rename from net-analyzer/net-snmp/net-snmp-5.9-r3.ebuild rename to net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild index 3a88621c46c..30fa5fda53e 100644 --- a/net-analyzer/net-snmp/net-snmp-5.9-r3.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild @@ -33,6 +33,7 @@ REQUIRED_USE=" RESTRICT="test" COMMON_DEPEND=" + virtual/libcrypt:= bzip2? ( app-arch/bzip2 ) elf? ( dev-libs/elfutils ) lm-sensors? ( sys-apps/lm-sensors ) diff --git a/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild similarity index 99% rename from net-analyzer/net-snmp/net-snmp-5.9.1.ebuild rename to net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild index a33f94b2f9a..ac38c56a767 100644 --- a/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild @@ -33,6 +33,7 @@ REQUIRED_USE=" RESTRICT="test" COMMON_DEPEND=" + virtual/libcrypt:= bzip2? ( app-arch/bzip2 ) elf? ( dev-libs/elfutils ) lm-sensors? ( sys-apps/lm-sensors ) diff --git a/net-analyzer/net-snmp/net-snmp-99999999.ebuild b/net-analyzer/net-snmp/net-snmp-99999999.ebuild index 652062a6064..5517dfe3206 100644 --- a/net-analyzer/net-snmp/net-snmp-99999999.ebuild +++ b/net-analyzer/net-snmp/net-snmp-99999999.ebuild @@ -32,6 +32,7 @@ REQUIRED_USE=" RESTRICT="test" COMMON_DEPEND=" + virtual/libcrypt:= bzip2? ( app-arch/bzip2 ) elf? ( dev-libs/elfutils ) lm-sensors? ( sys-apps/lm-sensors )