commit: 536e4b61aeeeda833b14e80c7578aea5c481ebaf
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 14:01:51 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 14:20:53 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536e4b61
net-analyzer/iftop: Use slot operators for ncurses
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild | 4 ++--
net-analyzer/iftop/iftop-1.0_pre4.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild
b/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild
index 1bf3ddd..5be1c54 100644
--- a/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild
+++ b/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND="
net-libs/libpcap
- sys-libs/ncurses
+ sys-libs/ncurses:5=
"
DEPEND="
${RDEPEND}
diff --git a/net-analyzer/iftop/iftop-1.0_pre4.ebuild
b/net-analyzer/iftop/iftop-1.0_pre4.ebuild
index 147036b..4742cff 100644
--- a/net-analyzer/iftop/iftop-1.0_pre4.ebuild
+++ b/net-analyzer/iftop/iftop-1.0_pre4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND="
net-libs/libpcap
- sys-libs/ncurses"
+ sys-libs/ncurses:5="
DEPEND="
${RDEPEND}
virtual/pkgconfig