summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-01-05 15:42:08 -0500
committerMike Gilbert <floppym@gentoo.org>2018-01-05 15:42:08 -0500
commit9a8f8a2c8b18d56fa218de39626ebc7b388ada7a (patch)
tree657e8767ee04ab512912252544fe927ed889dd59 /net-misc/openvswitch/openvswitch-2.7.2.ebuild
parentapp-shells/zsh: stable 5.3.1 for hppa, bug #626942 (diff)
downloadgentoo-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.7.2.ebuild')
-rw-r--r--net-misc/openvswitch/openvswitch-2.7.2.ebuild6
1 files changed, 1 insertions, 5 deletions
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}]