From: Matthew Thode Date: Fri, 3 Jan 2020 20:41:43 +0000 (-0600) Subject: sys-apps/bolt: simplify systemd dependency X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6870ec497edae69537ca8c54317ef03e91da04ad;p=gentoo.git 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 --- 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 }