diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-16 13:25:32 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-16 13:30:26 +0200 |
commit | e86282ec00f98531e7d3c66f3bbf70df7bb5cfff (patch) | |
tree | d3ca6d1365b775ace13d36b204a6c69c30d26ea6 /net-analyzer | |
parent | media-libs/aalib: Use slot operators for ncurses (diff) | |
download | gentoo-e86282ec00f98531e7d3c66f3bbf70df7bb5cfff.tar.gz gentoo-e86282ec00f98531e7d3c66f3bbf70df7bb5cfff.tar.bz2 gentoo-e86282ec00f98531e7d3c66f3bbf70df7bb5cfff.zip |
net-analyzer/iptraf-ng: 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/iptraf-ng/iptraf-ng-1.1.4-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r1.ebuild b/net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r1.ebuild index e69b978e074b..10d7e25d4be6 100644 --- a/net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r1.ebuild +++ b/net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r1.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="doc" RESTRICT="test" RDEPEND=" - >=sys-libs/ncurses-5.7-r7 + >=sys-libs/ncurses-5.7-r7:5= " DEPEND=" ${RDEPEND} diff --git a/net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r2.ebuild b/net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r2.ebuild index 95b2dd116599..fd6b55ff9d65 100644 --- a/net-analyzer/iptraf-ng/iptraf-ng-1.1.4-r2.ebuild +++ b/net-analyzer/iptraf-ng/iptraf-ng-1.1.4-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="doc" RESTRICT="test" RDEPEND=" - >=sys-libs/ncurses-5.7-r7 + >=sys-libs/ncurses-5.7-r7:5= " DEPEND=" ${RDEPEND} diff --git a/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild b/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild index 660a84c6022e..6fffe222a16e 100644 --- a/net-analyzer/iptraf-ng/iptraf-ng-9999.ebuild +++ b/net-analyzer/iptraf-ng/iptraf-ng-9999.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="doc" RESTRICT="test" RDEPEND=" - >=sys-libs/ncurses-5.7-r7 + >=sys-libs/ncurses-5.7-r7:5= " DEPEND=" ${RDEPEND} |