From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9DF241397D5 for ; Sun, 16 Aug 2015 14:21:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8CE114212; Sun, 16 Aug 2015 14:21:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D09D14040 for ; Sun, 16 Aug 2015 14:21:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6542A3408B8 for ; Sun, 16 Aug 2015 14:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41094161 for ; Sun, 16 Aug 2015 14:20:59 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1439734853.536e4b61aeeeda833b14e80c7578aea5c481ebaf.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/iftop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild net-analyzer/iftop/iftop-1.0_pre4.ebuild X-VCS-Directories: net-analyzer/iftop/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 536e4b61aeeeda833b14e80c7578aea5c481ebaf X-VCS-Branch: master Date: Sun, 16 Aug 2015 14:20:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3cea3013-b6cd-491e-9d0c-07c139378afc X-Archives-Hash: ae62691025d7bfc8aec9d181e9e4e16a commit: 536e4b61aeeeda833b14e80c7578aea5c481ebaf Author: Justin Lecher gentoo org> AuthorDate: Sun Aug 16 14:01:51 2015 +0000 Commit: Justin Lecher gentoo 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 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