From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAEA21395E2 for ; Sat, 19 Nov 2016 08:55:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC7CDE0C2A; Sat, 19 Nov 2016 08:55:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5806E0C2A for ; Sat, 19 Nov 2016 08:55:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED8B13412F9 for ; Sat, 19 Nov 2016 08:55:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47C65489 for ; Sat, 19 Nov 2016 08:55:19 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1479545703.15b0f78b54eba02a7fa265909ca52828c0fdc1b7.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcptraceroute/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild X-VCS-Directories: net-analyzer/tcptraceroute/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 15b0f78b54eba02a7fa265909ca52828c0fdc1b7 X-VCS-Branch: master Date: Sat, 19 Nov 2016 08:55:19 +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: 9f8403a3-8cb6-4151-a683-b04a1a592c92 X-Archives-Hash: 20789fd335782d596b166964f1a1c8e9 commit: 15b0f78b54eba02a7fa265909ca52828c0fdc1b7 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Nov 19 08:55:03 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Nov 19 08:55:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b0f78b net-analyzer/tcptraceroute: Depend on net-libs/libnet:1.1 (bug #600154 by Toralf Förster). Package-Manager: portage-2.3.2 net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild b/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild index a72e415..b68676f 100644 --- a/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild +++ b/net-analyzer/tcptraceroute/tcptraceroute-1.5_beta7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" DEPEND=" - net-libs/libnet + net-libs/libnet:1.1 net-libs/libpcap " RDEPEND="${DEPEND}"