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 D385D1397F2 for ; Fri, 21 Aug 2015 08:34:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CD84E085A; Fri, 21 Aug 2015 08:34:58 +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 82A8FE085A for ; Fri, 21 Aug 2015 08:34:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD6E6340943 for ; Fri, 21 Aug 2015 08:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 961AA15E for ; Fri, 21 Aug 2015 08:34:54 +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: <1440146088.06e7681e29c071c55dd5fb6160e6e2432525fbbc.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mtr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/mtr/metadata.xml net-analyzer/mtr/mtr-0.86.ebuild net-analyzer/mtr/mtr-9999.ebuild X-VCS-Directories: net-analyzer/mtr/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 06e7681e29c071c55dd5fb6160e6e2432525fbbc X-VCS-Branch: master Date: Fri, 21 Aug 2015 08:34:54 +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: a7dbe174-f18f-4c25-a7ed-2ef073de7128 X-Archives-Hash: 74d20148bcf31847198c88b0abacdc5c commit: 06e7681e29c071c55dd5fb6160e6e2432525fbbc Author: Justin Lecher gentoo org> AuthorDate: Fri Aug 21 08:33:32 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Aug 21 08:34:48 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e7681e net-analyzer/mtr: Set correct subslot dependency for ncurses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> net-analyzer/mtr/metadata.xml | 2 +- net-analyzer/mtr/mtr-0.86.ebuild | 3 ++- net-analyzer/mtr/mtr-9999.ebuild | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/net-analyzer/mtr/metadata.xml b/net-analyzer/mtr/metadata.xml index 03aa50b..7869263 100644 --- a/net-analyzer/mtr/metadata.xml +++ b/net-analyzer/mtr/metadata.xml @@ -1,5 +1,5 @@ -netmon + netmon diff --git a/net-analyzer/mtr/mtr-0.86.ebuild b/net-analyzer/mtr/mtr-0.86.ebuild index 46ed008..c1fdf8b 100644 --- a/net-analyzer/mtr/mtr-0.86.ebuild +++ b/net-analyzer/mtr/mtr-0.86.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + inherit eutils fcaps flag-o-matic DESCRIPTION="My TraceRoute, an Excellent network diagnostic tool" @@ -15,7 +16,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbs IUSE="gtk ipv6" RDEPEND=" - sys-libs/ncurses + sys-libs/ncurses:5= gtk? ( dev-libs/glib:2 x11-libs/gtk+:2 diff --git a/net-analyzer/mtr/mtr-9999.ebuild b/net-analyzer/mtr/mtr-9999.ebuild index 97437c4..fc5ba9f 100644 --- a/net-analyzer/mtr/mtr-9999.ebuild +++ b/net-analyzer/mtr/mtr-9999.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + inherit eutils autotools fcaps flag-o-matic git-r3 DESCRIPTION="My TraceRoute, an Excellent network diagnostic tool" @@ -16,7 +17,7 @@ KEYWORDS="" IUSE="gtk ipv6" RDEPEND=" - sys-libs/ncurses + sys-libs/ncurses:5= gtk? ( dev-libs/glib:2 x11-libs/gtk+:2