summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-20 14:02:33 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-20 14:22:58 +0200
commitafb3c10cf0af72130e8dd995dc54f833881e4e19 (patch)
treebbe6ff63fcf085a9792c2644faad972e6ad29ed4 /net-analyzer
parentapp-shells/tcsh: Bump to EAPI=5 and use subslot deps for ncurses (diff)
downloadgentoo-afb3c10cf0af72130e8dd995dc54f833881e4e19.tar.gz
gentoo-afb3c10cf0af72130e8dd995dc54f833881e4e19.tar.bz2
gentoo-afb3c10cf0af72130e8dd995dc54f833881e4e19.zip
net-analyzer/nload: 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')
-rw-r--r--net-analyzer/nload/nload-0.7.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/nload/nload-0.7.4.ebuild b/net-analyzer/nload/nload-0.7.4.ebuild
index 86e8143d10b5..618a37d6f3d5 100644
--- a/net-analyzer/nload/nload-0.7.4.ebuild
+++ b/net-analyzer/nload/nload-0.7.4.ebuild
@@ -3,6 +3,7 @@
# $Id$
EAPI=5
+
inherit autotools eutils
DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time"
@@ -13,7 +14,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ~mips ppc x86"
-RDEPEND=">=sys-libs/ncurses-5.2"
+RDEPEND=">=sys-libs/ncurses-5.2:5="
DEPEND="
${RDEPEND}
virtual/pkgconfig