From: Robin H. Johnson Date: Mon, 8 Apr 2019 17:10:10 +0000 (-0700) Subject: app-emulation/ganeti: support net-misc/iputils[arping] in masked builds X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5607cac4b6be8f24822b930f6d278431d1eb7e41;p=gentoo.git app-emulation/ganeti: support net-misc/iputils[arping] in masked builds Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Robin H. Johnson --- diff --git a/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild b/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild index e1a45367e939..7902fba92c36 100644 --- a/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild +++ b/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild @@ -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] diff --git a/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild b/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild index 8e3045974703..053c5aff28a1 100644 --- a/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild +++ b/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild @@ -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]