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 969C4139085 for ; Wed, 21 Dec 2016 11:11:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3F6C2241B7; Wed, 21 Dec 2016 11:11:25 +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 B250C2241B7 for ; Wed, 21 Dec 2016 11:11:25 +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 8A9E1340988 for ; Wed, 21 Dec 2016 11:11:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0887724BA for ; Wed, 21 Dec 2016 11:11:22 +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: <1482318667.9d42b5375d14d07676ca46a1b42e018d96ca6068.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/arping/arping-2.17.ebuild net-analyzer/arping/arping-9999.ebuild X-VCS-Directories: net-analyzer/arping/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 9d42b5375d14d07676ca46a1b42e018d96ca6068 X-VCS-Branch: master Date: Wed, 21 Dec 2016 11:11:22 +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: 035ac1ad-2a19-479f-8ea6-893f0000484d X-Archives-Hash: 3b2aa0d324d8db64aa98fd4353a5e35c commit: 9d42b5375d14d07676ca46a1b42e018d96ca6068 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Dec 21 11:10:17 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Dec 21 11:11:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d42b537 net-analyzer/arping: src_test() needs dev-libs/check (bug #603312). Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-analyzer/arping/arping-2.17.ebuild | 9 +++++++-- net-analyzer/arping/arping-9999.ebuild | 10 +++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/net-analyzer/arping/arping-2.17.ebuild b/net-analyzer/arping/arping-2.17.ebuild index b8726ad..754c4c0 100644 --- a/net-analyzer/arping/arping-2.17.ebuild +++ b/net-analyzer/arping/arping-2.17.ebuild @@ -12,13 +12,18 @@ SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="2" KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +IUSE="test" -DEPEND=" +CDEPEND=" net-libs/libpcap net-libs/libnet:1.1 " +DEPEND=" + ${CDEPEND} + test? ( dev-libs/check ) +" RDEPEND=" - ${DEPEND} + ${CDEPEND} !net-misc/iputils[arping(+)] " diff --git a/net-analyzer/arping/arping-9999.ebuild b/net-analyzer/arping/arping-9999.ebuild index e128982..7179b5a 100644 --- a/net-analyzer/arping/arping-9999.ebuild +++ b/net-analyzer/arping/arping-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,12 +13,16 @@ LICENSE="GPL-2" SLOT="2" KEYWORDS="" -DEPEND=" +CDEPEND=" net-libs/libpcap net-libs/libnet:1.1 " +DEPEND=" + ${CDEPEND} + dev-libs/check +" RDEPEND=" - ${DEPEND} + ${CDEPEND} !net-misc/iputils[arping(+)] "