app-emulation/ganeti: support net-misc/iputils[arping] in masked builds
authorRobin H. Johnson <robbat2@gentoo.org>
Mon, 8 Apr 2019 17:10:10 +0000 (10:10 -0700)
committerRobin H. Johnson <robbat2@gentoo.org>
Mon, 8 Apr 2019 17:11:06 +0000 (10:11 -0700)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild
app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild

index e1a45367e9399a9e7c3653101588cef57165fc0a..7902fba92c36df7cf4b5c3c8386f242307a372fe 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -62,7 +62,10 @@ DEPEND="
        dev-python/bitarray[${PYTHON_USEDEP}]
        dev-python/docutils[${PYTHON_USEDEP}]
        dev-python/fdsend[${PYTHON_USEDEP}]
-       net-analyzer/arping
+       || (
+               net-misc/iputils[arping]
+               net-analyzer/arping
+       )
        net-analyzer/fping
        net-misc/bridge-utils
        net-misc/curl[ssl]
index 8e30459747031967415868783fec36b326c530e7..053c5aff28a1b73999b211f9362fc84c11eb10b1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -62,7 +62,10 @@ DEPEND="
        dev-python/bitarray[${PYTHON_USEDEP}]
        dev-python/docutils[${PYTHON_USEDEP}]
        dev-python/fdsend[${PYTHON_USEDEP}]
-       net-analyzer/arping
+       || (
+               net-misc/iputils[arping]
+               net-analyzer/arping
+       )
        net-analyzer/fping
        net-misc/bridge-utils
        net-misc/curl[ssl]