summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/openvswitch/openvswitch-2.5.0.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-misc/openvswitch/openvswitch-2.5.0.ebuild b/net-misc/openvswitch/openvswitch-2.5.0.ebuild
index 111e873d0b2..e1a284c8c08 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}