diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-16 16:01:51 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-16 16:20:53 +0200 |
commit | 536e4b61aeeeda833b14e80c7578aea5c481ebaf (patch) | |
tree | 0caab324e50bdf21414057ec1b5371a1f4c48601 /net-analyzer | |
parent | sys-apps/texinfo: Use slot operators for ncurses (diff) | |
download | gentoo-536e4b61aeeeda833b14e80c7578aea5c481ebaf.tar.gz gentoo-536e4b61aeeeda833b14e80c7578aea5c481ebaf.tar.bz2 gentoo-536e4b61aeeeda833b14e80c7578aea5c481ebaf.zip |
net-analyzer/iftop: Use slot operators 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/iftop/iftop-1.0_pre4-r2.ebuild | 4 | ||||
-rw-r--r-- | 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 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 |