From 6870ec497edae69537ca8c54317ef03e91da04ad Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Fri, 3 Jan 2020 14:41:43 -0600 Subject: [PATCH] sys-apps/bolt: simplify systemd dependency Fixes: https://bugs.gentoo.org/699308 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode --- sys-apps/bolt/bolt-0.8.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-apps/bolt/bolt-0.8.ebuild b/sys-apps/bolt/bolt-0.8.ebuild index 6e3dac6aa8cf..7adce26d5ac7 100644 --- a/sys-apps/bolt/bolt-0.8.ebuild +++ b/sys-apps/bolt/bolt-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ DEPEND=" virtual/udev dev-util/umockdev sys-auth/polkit[introspection] - systemd? ( sys-apps/systemd:0= ) + systemd? ( sys-apps/systemd ) doc? ( app-text/asciidoc )" RDEPEND="${DEPEND}" @@ -31,7 +31,6 @@ src_configure() { --sysconfdir=/etc --localstatedir=/var --sharedstatedir=/var/lib - -Dsystemd=$(usex systemd true false) ) meson_src_configure } -- 2.26.2