summaryrefslogtreecommitdiff
path: root/net-analyzer/mtr/mtr-9999.ebuild
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-21 10:33:32 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-21 10:34:48 +0200
commit06e7681e29c071c55dd5fb6160e6e2432525fbbc (patch)
tree182e7986ed41a3226c667e0d75f3bcaab5355b5a /net-analyzer/mtr/mtr-9999.ebuild
parent22f956b9fbb61984fc0c25c7cbd62561e64a639f (diff)
downloadgentoo-06e7681e29c071c55dd5fb6160e6e2432525fbbc.tar.gz
gentoo-06e7681e29c071c55dd5fb6160e6e2432525fbbc.tar.xz
net-analyzer/mtr: Set correct subslot dependency for ncurses
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-analyzer/mtr/mtr-9999.ebuild')
-rw-r--r--net-analyzer/mtr/mtr-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/mtr/mtr-9999.ebuild b/net-analyzer/mtr/mtr-9999.ebuild
index 97437c48a65..fc5ba9f0039 100644
--- a/net-analyzer/mtr/mtr-9999.ebuild
+++ b/net-analyzer/mtr/mtr-9999.ebuild
@@ -3,6 +3,7 @@
# $Id$
EAPI=5
+
inherit eutils autotools fcaps flag-o-matic git-r3
DESCRIPTION="My TraceRoute, an Excellent network diagnostic tool"
@@ -16,7 +17,7 @@ KEYWORDS=""
IUSE="gtk ipv6"
RDEPEND="
- sys-libs/ncurses
+ sys-libs/ncurses:5=
gtk? (
dev-libs/glib:2
x11-libs/gtk+:2