diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-01-05 15:42:08 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-01-05 15:42:08 -0500 |
commit | 9a8f8a2c8b18d56fa218de39626ebc7b388ada7a (patch) | |
tree | 657e8767ee04ab512912252544fe927ed889dd59 /net-misc/openvswitch | |
parent | app-shells/zsh: stable 5.3.1 for hppa, bug #626942 (diff) | |
download | gentoo-9a8f8a2c8b18d56fa218de39626ebc7b388ada7a.tar.gz gentoo-9a8f8a2c8b18d56fa218de39626ebc7b388ada7a.tar.bz2 gentoo-9a8f8a2c8b18d56fa218de39626ebc7b388ada7a.zip |
net-misc/openvswitch: drop dependency on openrc/systemd
Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37
Diffstat (limited to 'net-misc/openvswitch')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.6.1.ebuild | 6 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild | 6 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.7.2.ebuild | 6 | ||||
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.8.1.ebuild | 6 |
4 files changed, 4 insertions, 20 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.6.1.ebuild b/net-misc/openvswitch/openvswitch-2.6.1.ebuild index 9d7d5282fc39..3830839ab694 100644 --- a/net-misc/openvswitch/openvswitch-2.6.1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,10 +18,6 @@ IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - || ( - >=sys-apps/openrc-0.10.5 - sys-apps/systemd - ) ssl? ( dev-libs/openssl:0= ) ${PYTHON_DEPS} ~dev-python/ovs-${PV} diff --git a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild index d8f19c8e8535..34a1a0d9f988 100644 --- a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,10 +18,6 @@ IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - || ( - >=sys-apps/openrc-0.10.5 - sys-apps/systemd - ) ssl? ( dev-libs/openssl:0= ) ${PYTHON_DEPS} ~dev-python/ovs-2.7.0[${PYTHON_USEDEP}] diff --git a/net-misc/openvswitch/openvswitch-2.7.2.ebuild b/net-misc/openvswitch/openvswitch-2.7.2.ebuild index 596a2985f9c7..bfba9734edf7 100644 --- a/net-misc/openvswitch/openvswitch-2.7.2.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,10 +18,6 @@ IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - || ( - >=sys-apps/openrc-0.10.5 - sys-apps/systemd - ) ssl? ( dev-libs/openssl:0= ) ${PYTHON_DEPS} ~dev-python/ovs-2.7.0[${PYTHON_USEDEP}] diff --git a/net-misc/openvswitch/openvswitch-2.8.1.ebuild b/net-misc/openvswitch/openvswitch-2.8.1.ebuild index 99125f9190fe..55df1bd4c281 100644 --- a/net-misc/openvswitch/openvswitch-2.8.1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,10 +18,6 @@ IUSE="debug modules monitor +ssl" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" - || ( - >=sys-apps/openrc-0.10.5 - sys-apps/systemd - ) ssl? ( dev-libs/openssl:0= ) ${PYTHON_DEPS} ~dev-python/ovs-2.7.2[${PYTHON_USEDEP}] |