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/openvswitch-2.6.1.ebuild | |
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/openvswitch-2.6.1.ebuild')
-rw-r--r-- | net-misc/openvswitch/openvswitch-2.6.1.ebuild | 6 |
1 files changed, 1 insertions, 5 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} |