summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeaaru <geaaru@gmail.com>2016-08-05 16:25:44 +0200
committerMatthew Thode <prometheanfire@gentoo.org>2016-08-09 14:25:35 -0500
commit37fb95c25a631c9b1ce53f9a1ec4ccbd553c05f2 (patch)
tree4a13a2baa7e97633202365d244c712b203d6611c /net-misc/openvswitch
parentapp-admin/puppetdb: bup (diff)
downloadgentoo-37fb95c25a631c9b1ce53f9a1ec4ccbd553c05f2.tar.gz
gentoo-37fb95c25a631c9b1ce53f9a1ec4ccbd553c05f2.tar.bz2
gentoo-37fb95c25a631c9b1ce53f9a1ec4ccbd553c05f2.zip
net-misc/openvswitch: Fix deps for pure systemd env.
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-misc/openvswitch')
-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 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}