Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti/
Date: Mon, 08 Apr 2019 17:11:14
Message-Id: 1554743466.5607cac4b6be8f24822b930f6d278431d1eb7e41.robbat2@gentoo
1 commit: 5607cac4b6be8f24822b930f6d278431d1eb7e41
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 17:10:10 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 17:11:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5607cac4
7
8 app-emulation/ganeti: support net-misc/iputils[arping] in masked builds
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12
13 app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild | 7 +++++--
14 app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild | 7 +++++--
15 2 files changed, 10 insertions(+), 4 deletions(-)
16
17 diff --git a/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild b/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild
18 index e1a45367e93..7902fba92c3 100644
19 --- a/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild
20 +++ b/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -62,7 +62,10 @@ DEPEND="
28 dev-python/bitarray[${PYTHON_USEDEP}]
29 dev-python/docutils[${PYTHON_USEDEP}]
30 dev-python/fdsend[${PYTHON_USEDEP}]
31 - net-analyzer/arping
32 + || (
33 + net-misc/iputils[arping]
34 + net-analyzer/arping
35 + )
36 net-analyzer/fping
37 net-misc/bridge-utils
38 net-misc/curl[ssl]
39
40 diff --git a/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild b/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild
41 index 8e304597470..053c5aff28a 100644
42 --- a/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild
43 +++ b/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -62,7 +62,10 @@ DEPEND="
51 dev-python/bitarray[${PYTHON_USEDEP}]
52 dev-python/docutils[${PYTHON_USEDEP}]
53 dev-python/fdsend[${PYTHON_USEDEP}]
54 - net-analyzer/arping
55 + || (
56 + net-misc/iputils[arping]
57 + net-analyzer/arping
58 + )
59 net-analyzer/fping
60 net-misc/bridge-utils
61 net-misc/curl[ssl]