diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-03 14:41:43 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-03 14:41:55 -0600 |
commit | 6870ec497edae69537ca8c54317ef03e91da04ad (patch) | |
tree | b346bb38e4f20b5f2c8c0bfde854ea84e2dc47a5 /sys-apps | |
parent | sci-libs/scipy: Remove old (diff) | |
download | gentoo-6870ec497edae69537ca8c54317ef03e91da04ad.tar.gz gentoo-6870ec497edae69537ca8c54317ef03e91da04ad.tar.bz2 gentoo-6870ec497edae69537ca8c54317ef03e91da04ad.zip |
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 <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/bolt/bolt-0.8.ebuild | 5 |
1 files 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 } |