summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-12 07:18:22 +0100
committerSam James <sam@gentoo.org>2022-07-12 07:18:22 +0100
commitde9029db6f65705683a2ae0e79bf1b77f5692f3e (patch)
tree12d442672bacb6c732cc5287981b48dba240208d /net-analyzer/net-snmp
parentnet-analyzer/net-snmp: add missing Perl deps (diff)
downloadgentoo-de9029db6f65705683a2ae0e79bf1b77f5692f3e.tar.gz
gentoo-de9029db6f65705683a2ae0e79bf1b77f5692f3e.tar.bz2
gentoo-de9029db6f65705683a2ae0e79bf1b77f5692f3e.zip
net-analyzer/net-snmp: backport most of the dep fixes for Perl
Can't do Mail-Sender b/c keywords. Bug: https://bugs.gentoo.org/857726 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/net-snmp')
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.9.1-r2.ebuild (renamed from net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild)11
1 files changed, 9 insertions, 2 deletions
diff --git a/net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild b/net-analyzer/net-snmp/net-snmp-5.9.1-r2.ebuild
index ca051dec0f59..27c7ee6c22ef 100644
--- a/net-analyzer/net-snmp/net-snmp-5.9.1-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.9.1-r2.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
@@ -64,7 +64,14 @@ RDEPEND="
${COMMON_DEPEND}
perl? (
X? ( dev-perl/Tk )
- !minimal? ( dev-perl/TermReadKey )
+ !minimal? (
+ virtual/perl-Carp
+ virtual/perl-Data-Dumper
+ virtual/perl-Getopt-Long
+ dev-perl/JSON
+ dev-perl/TermReadKey
+ virtual/perl-Term-ReadLine
+ )
)
selinux? ( sec-policy/selinux-snmp )
"