diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-04-08 10:10:10 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-04-08 10:11:06 -0700 |
commit | 5607cac4b6be8f24822b930f6d278431d1eb7e41 (patch) | |
tree | 43e329c23f041853e39f4c9163dbec6c0c46f457 /app-emulation | |
parent | media-sound/mpdas: amd64 stable wrt bug #681440 (diff) | |
download | gentoo-5607cac4b6be8f24822b930f6d278431d1eb7e41.tar.gz gentoo-5607cac4b6be8f24822b930f6d278431d1eb7e41.tar.bz2 gentoo-5607cac4b6be8f24822b930f6d278431d1eb7e41.zip |
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 <robbat2@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
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] |