Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/net-snmp/
Date: Wed, 14 Jul 2021 04:10:09
Message-Id: 1626235754.2ed1a1692d84c5951dcbd9c7aaa3f94d103eefc5.sam@gentoo
1 commit: 2ed1a1692d84c5951dcbd9c7aaa3f94d103eefc5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 14 03:59:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 14 04:09:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed1a169
7
8 net-analyzer/net-snmp: add missing libcrypt dependency
9
10 Closes: https://bugs.gentoo.org/802012
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../net-snmp/{net-snmp-5.9-r2.ebuild => net-snmp-5.9-r4.ebuild} | 2 ++
14 .../net-snmp/{net-snmp-5.9-r3.ebuild => net-snmp-5.9-r5.ebuild} | 1 +
15 .../net-snmp/{net-snmp-5.9.1.ebuild => net-snmp-5.9.1-r1.ebuild} | 1 +
16 net-analyzer/net-snmp/net-snmp-99999999.ebuild | 1 +
17 4 files changed, 5 insertions(+)
18
19 diff --git a/net-analyzer/net-snmp/net-snmp-5.9-r2.ebuild b/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild
20 similarity index 99%
21 rename from net-analyzer/net-snmp/net-snmp-5.9-r2.ebuild
22 rename to net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild
23 index 5ee94160278..85e04734976 100644
24 --- a/net-analyzer/net-snmp/net-snmp-5.9-r2.ebuild
25 +++ b/net-analyzer/net-snmp/net-snmp-5.9-r4.ebuild
26 @@ -2,6 +2,7 @@
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 +
31 DISTUTILS_OPTIONAL=yesplz
32 DISTUTILS_SINGLE_IMPL=yesplz
33 GENTOO_DEPEND_ON_PERL=no
34 @@ -31,6 +32,7 @@ REQUIRED_USE="
35 "
36
37 COMMON_DEPEND="
38 + virtual/libcrypt:=
39 bzip2? ( app-arch/bzip2 )
40 elf? ( dev-libs/elfutils )
41 lm-sensors? ( sys-apps/lm-sensors )
42
43 diff --git a/net-analyzer/net-snmp/net-snmp-5.9-r3.ebuild b/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild
44 similarity index 99%
45 rename from net-analyzer/net-snmp/net-snmp-5.9-r3.ebuild
46 rename to net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild
47 index 3a88621c46c..30fa5fda53e 100644
48 --- a/net-analyzer/net-snmp/net-snmp-5.9-r3.ebuild
49 +++ b/net-analyzer/net-snmp/net-snmp-5.9-r5.ebuild
50 @@ -33,6 +33,7 @@ REQUIRED_USE="
51 RESTRICT="test"
52
53 COMMON_DEPEND="
54 + virtual/libcrypt:=
55 bzip2? ( app-arch/bzip2 )
56 elf? ( dev-libs/elfutils )
57 lm-sensors? ( sys-apps/lm-sensors )
58
59 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
60 similarity index 99%
61 rename from net-analyzer/net-snmp/net-snmp-5.9.1.ebuild
62 rename to net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild
63 index a33f94b2f9a..ac38c56a767 100644
64 --- a/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild
65 +++ b/net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild
66 @@ -33,6 +33,7 @@ REQUIRED_USE="
67 RESTRICT="test"
68
69 COMMON_DEPEND="
70 + virtual/libcrypt:=
71 bzip2? ( app-arch/bzip2 )
72 elf? ( dev-libs/elfutils )
73 lm-sensors? ( sys-apps/lm-sensors )
74
75 diff --git a/net-analyzer/net-snmp/net-snmp-99999999.ebuild b/net-analyzer/net-snmp/net-snmp-99999999.ebuild
76 index 652062a6064..5517dfe3206 100644
77 --- a/net-analyzer/net-snmp/net-snmp-99999999.ebuild
78 +++ b/net-analyzer/net-snmp/net-snmp-99999999.ebuild
79 @@ -32,6 +32,7 @@ REQUIRED_USE="
80 RESTRICT="test"
81
82 COMMON_DEPEND="
83 + virtual/libcrypt:=
84 bzip2? ( app-arch/bzip2 )
85 elf? ( dev-libs/elfutils )
86 lm-sensors? ( sys-apps/lm-sensors )