diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-12-21 12:10:17 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-12-21 12:11:07 +0100 |
commit | 9d42b5375d14d07676ca46a1b42e018d96ca6068 (patch) | |
tree | b29ab5ad43217744de7bce048cbae8b3c118b078 /net-analyzer/arping/arping-9999.ebuild | |
parent | dev-libs/libcdio-paranoia-0.93_p1-r0: stable on amd64 (diff) | |
download | gentoo-9d42b5375d14d07676ca46a1b42e018d96ca6068.tar.gz gentoo-9d42b5375d14d07676ca46a1b42e018d96ca6068.tar.bz2 gentoo-9d42b5375d14d07676ca46a1b42e018d96ca6068.zip |
net-analyzer/arping: src_test() needs dev-libs/check (bug #603312).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer/arping/arping-9999.ebuild')
-rw-r--r-- | net-analyzer/arping/arping-9999.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/arping/arping-9999.ebuild b/net-analyzer/arping/arping-9999.ebuild index e128982659cc..7179b5a58ad1 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(+)] " |