From 37fb95c25a631c9b1ce53f9a1ec4ccbd553c05f2 Mon Sep 17 00:00:00 2001 From: Geaaru Date: Fri, 5 Aug 2016 16:25:44 +0200 Subject: net-misc/openvswitch: Fix deps for pure systemd env. Signed-off-by: Matthew Thode --- net-misc/openvswitch/openvswitch-2.5.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'net-misc') diff --git a/net-misc/openvswitch/openvswitch-2.5.0.ebuild b/net-misc/openvswitch/openvswitch-2.5.0.ebuild index 111e873d0b24..e1a284c8c080 100644 --- a/net-misc/openvswitch/openvswitch-2.5.0.ebuild +++ b/net-misc/openvswitch/openvswitch-2.5.0.ebuild @@ -17,7 +17,11 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug modules monitor +ssl" -RDEPEND=">=sys-apps/openrc-0.10.5 +RDEPEND=" + || ( + >=sys-apps/openrc-0.10.5 + sys-apps/systemd + ) ssl? ( dev-libs/openssl:= ) monitor? ( ${PYTHON_DEPS} -- cgit v1.2.3-65-gdbad