diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-20 14:02:33 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-20 14:22:58 +0200 |
commit | afb3c10cf0af72130e8dd995dc54f833881e4e19 (patch) | |
tree | bbe6ff63fcf085a9792c2644faad972e6ad29ed4 /net-analyzer/nload | |
parent | app-shells/tcsh: Bump to EAPI=5 and use subslot deps for ncurses (diff) | |
download | gentoo-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/nload')
-rw-r--r-- | net-analyzer/nload/nload-0.7.4.ebuild | 3 |
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 |