Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti/
Date: Sat, 25 Aug 2018 20:21:04
Message-Id: 1535225948.8936fabfd37d6e7fafb7145c3c7bc3f2b79f1214.mgorny@gentoo
1 commit: 8936fabfd37d6e7fafb7145c3c7bc3f2b79f1214
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 25 19:39:08 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 25 19:39:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8936fabf
7
8 app-emulation/ganeti: Remove dep on removed sys-cluster/drbd
9
10 app-emulation/ganeti/ganeti-2.15.2-r5.ebuild | 7 +------
11 app-emulation/ganeti/ganeti-2.15.2-r6.ebuild | 7 +------
12 app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild | 7 +------
13 app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild | 7 +------
14 4 files changed, 4 insertions(+), 24 deletions(-)
15
16 diff --git a/app-emulation/ganeti/ganeti-2.15.2-r5.ebuild b/app-emulation/ganeti/ganeti-2.15.2-r5.ebuild
17 index 002bd0085ca..c1a37b6d764 100644
18 --- a/app-emulation/ganeti/ganeti-2.15.2-r5.ebuild
19 +++ b/app-emulation/ganeti/ganeti-2.15.2-r5.ebuild
20 @@ -122,12 +122,7 @@ DEPEND="
21 app-emulation/qemu
22 )
23 lxc? ( app-emulation/lxc )
24 - drbd? (
25 - || (
26 - <sys-cluster/drbd-8.5
27 - sys-cluster/drbd-utils
28 - )
29 - )
30 + drbd? ( sys-cluster/drbd-utils )
31 rbd? ( sys-cluster/ceph )
32 ipv6? ( net-misc/ndisc6 )
33 ${PYTHON_DEPS}"
34
35 diff --git a/app-emulation/ganeti/ganeti-2.15.2-r6.ebuild b/app-emulation/ganeti/ganeti-2.15.2-r6.ebuild
36 index 39a61a1f54f..646ff4ff3a5 100644
37 --- a/app-emulation/ganeti/ganeti-2.15.2-r6.ebuild
38 +++ b/app-emulation/ganeti/ganeti-2.15.2-r6.ebuild
39 @@ -122,12 +122,7 @@ DEPEND="
40 app-emulation/qemu
41 )
42 lxc? ( app-emulation/lxc )
43 - drbd? (
44 - || (
45 - <sys-cluster/drbd-8.5
46 - sys-cluster/drbd-utils
47 - )
48 - )
49 + drbd? ( sys-cluster/drbd-utils )
50 rbd? ( sys-cluster/ceph )
51 ipv6? ( net-misc/ndisc6 )
52 ${PYTHON_DEPS}"
53
54 diff --git a/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild b/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild
55 index 1ae893ae5ef..e1a45367e93 100644
56 --- a/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild
57 +++ b/app-emulation/ganeti/ganeti-2.16.0_rc1.ebuild
58 @@ -127,12 +127,7 @@ DEPEND="
59 app-emulation/qemu
60 )
61 lxc? ( app-emulation/lxc )
62 - drbd? (
63 - || (
64 - <sys-cluster/drbd-8.5
65 - sys-cluster/drbd-utils
66 - )
67 - )
68 + drbd? ( sys-cluster/drbd-utils )
69 rbd? ( sys-cluster/ceph )
70 ipv6? ( net-misc/ndisc6 )
71 ${PYTHON_DEPS}"
72
73 diff --git a/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild b/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild
74 index 61994d1d537..8e304597470 100644
75 --- a/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild
76 +++ b/app-emulation/ganeti/ganeti-2.17.0_beta1.ebuild
77 @@ -127,12 +127,7 @@ DEPEND="
78 app-emulation/qemu
79 )
80 lxc? ( app-emulation/lxc )
81 - drbd? (
82 - || (
83 - <sys-cluster/drbd-8.5
84 - sys-cluster/drbd-utils
85 - )
86 - )
87 + drbd? ( sys-cluster/drbd-utils )
88 rbd? ( sys-cluster/ceph )
89 ipv6? ( net-misc/ndisc6 )
90 ${PYTHON_DEPS}"