summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-03-12 16:21:46 +1300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-15 00:06:37 +0100
commit2f3e98613cddd81dda7b084e84c9075614885063 (patch)
tree0d3ddfe190865bf025775ba1ab740544d7036054 /net-analyzer/net-snmp/net-snmp-5.7.3-r4.ebuild
parentmedia-video/streamdvd: Fix dependency on dev-perl/Tk (diff)
downloadgentoo-2f3e98613cddd81dda7b084e84c9075614885063.tar.gz
gentoo-2f3e98613cddd81dda7b084e84c9075614885063.tar.bz2
gentoo-2f3e98613cddd81dda7b084e84c9075614885063.zip
net-analyzer/net-snmp: Fix dependency on dev-perl/Tk
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-analyzer/net-snmp/net-snmp-5.7.3-r4.ebuild')
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.7.3-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3-r4.ebuild b/net-analyzer/net-snmp/net-snmp-5.7.3-r4.ebuild
index 84d5f1c12aea..d7c4774e8741 100644
--- a/net-analyzer/net-snmp/net-snmp-5.7.3-r4.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.7.3-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -57,7 +57,7 @@ DEPEND="
RDEPEND="
${COMMON_DEPEND}
perl? (
- X? ( dev-perl/perl-tk )
+ X? ( dev-perl/Tk )
!minimal? ( dev-perl/TermReadKey )
)
selinux? ( sec-policy/selinux-snmp )