Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/
Date: Fri, 05 Jan 2018 20:45:52
Message-Id: 1515184928.9a8f8a2c8b18d56fa218de39626ebc7b388ada7a.floppym@gentoo
1 commit: 9a8f8a2c8b18d56fa218de39626ebc7b388ada7a
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 20:42:08 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 20:42:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8f8a2c
7
8 net-misc/openvswitch: drop dependency on openrc/systemd
9
10 Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37
11
12 net-misc/openvswitch/openvswitch-2.6.1.ebuild | 6 +-----
13 net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild | 6 +-----
14 net-misc/openvswitch/openvswitch-2.7.2.ebuild | 6 +-----
15 net-misc/openvswitch/openvswitch-2.8.1.ebuild | 6 +-----
16 4 files changed, 4 insertions(+), 20 deletions(-)
17
18 diff --git a/net-misc/openvswitch/openvswitch-2.6.1.ebuild b/net-misc/openvswitch/openvswitch-2.6.1.ebuild
19 index 9d7d5282fc3..3830839ab69 100644
20 --- a/net-misc/openvswitch/openvswitch-2.6.1.ebuild
21 +++ b/net-misc/openvswitch/openvswitch-2.6.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -18,10 +18,6 @@ IUSE="debug modules monitor +ssl"
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
30
31 RDEPEND="
32 - || (
33 - >=sys-apps/openrc-0.10.5
34 - sys-apps/systemd
35 - )
36 ssl? ( dev-libs/openssl:0= )
37 ${PYTHON_DEPS}
38 ~dev-python/ovs-${PV}
39
40 diff --git a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild
41 index d8f19c8e853..34a1a0d9f98 100644
42 --- a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild
43 +++ b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -18,10 +18,6 @@ IUSE="debug modules monitor +ssl"
51 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
52
53 RDEPEND="
54 - || (
55 - >=sys-apps/openrc-0.10.5
56 - sys-apps/systemd
57 - )
58 ssl? ( dev-libs/openssl:0= )
59 ${PYTHON_DEPS}
60 ~dev-python/ovs-2.7.0[${PYTHON_USEDEP}]
61
62 diff --git a/net-misc/openvswitch/openvswitch-2.7.2.ebuild b/net-misc/openvswitch/openvswitch-2.7.2.ebuild
63 index 596a2985f9c..bfba9734edf 100644
64 --- a/net-misc/openvswitch/openvswitch-2.7.2.ebuild
65 +++ b/net-misc/openvswitch/openvswitch-2.7.2.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 +# Copyright 1999-2018 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=6
72 @@ -18,10 +18,6 @@ IUSE="debug modules monitor +ssl"
73 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
74
75 RDEPEND="
76 - || (
77 - >=sys-apps/openrc-0.10.5
78 - sys-apps/systemd
79 - )
80 ssl? ( dev-libs/openssl:0= )
81 ${PYTHON_DEPS}
82 ~dev-python/ovs-2.7.0[${PYTHON_USEDEP}]
83
84 diff --git a/net-misc/openvswitch/openvswitch-2.8.1.ebuild b/net-misc/openvswitch/openvswitch-2.8.1.ebuild
85 index 99125f9190f..55df1bd4c28 100644
86 --- a/net-misc/openvswitch/openvswitch-2.8.1.ebuild
87 +++ b/net-misc/openvswitch/openvswitch-2.8.1.ebuild
88 @@ -1,4 +1,4 @@
89 -# Copyright 1999-2017 Gentoo Foundation
90 +# Copyright 1999-2018 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92
93 EAPI=6
94 @@ -18,10 +18,6 @@ IUSE="debug modules monitor +ssl"
95 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
96
97 RDEPEND="
98 - || (
99 - >=sys-apps/openrc-0.10.5
100 - sys-apps/systemd
101 - )
102 ssl? ( dev-libs/openssl:0= )
103 ${PYTHON_DEPS}
104 ~dev-python/ovs-2.7.2[${PYTHON_USEDEP}]