commit:     37fb95c25a631c9b1ce53f9a1ec4ccbd553c05f2
Author:     Geaaru <geaaru <AT> gmail <DOT> com>
AuthorDate: Fri Aug  5 14:25:44 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Aug  9 19:25:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37fb95c2

net-misc/openvswitch: Fix deps for pure systemd env.

Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 net-misc/openvswitch/openvswitch-2.5.0.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-misc/openvswitch/openvswitch-2.5.0.ebuild 
b/net-misc/openvswitch/openvswitch-2.5.0.ebuild
index 111e873..e1a284c 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}

Reply via email to