summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2019-04-08 10:10:10 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2019-04-08 10:11:06 -0700
commit5607cac4b6be8f24822b930f6d278431d1eb7e41 (patch)
tree43e329c23f041853e39f4c9163dbec6c0c46f457 /app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild
parentmedia-sound/mpdas: amd64 stable wrt bug #681440 (diff)
downloadgentoo-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/ganeti/ganeti-2.17.0_beta1.ebuild')
-rw-r--r--app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild7
1 files changed, 5 insertions, 2 deletions
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]