From: Justin Lecher Date: Sun, 16 Aug 2015 14:01:51 +0000 (+0200) Subject: net-analyzer/iftop: Use slot operators for ncurses X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=536e4b61aeeeda833b14e80c7578aea5c481ebaf;p=gentoo.git net-analyzer/iftop: Use slot operators for ncurses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild b/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild index 1bf3dddfb841..5be1c54303a8 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 147036bace72..4742cffb8173 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