diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-07-30 12:04:10 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-07-30 12:04:42 -0500 |
commit | c1c7c8e57f45bc6ad1c3631185749834e5987a90 (patch) | |
tree | e32fccc2d5abb40957ec97099da9e1bf257bcbd1 /sys-apps | |
parent | profiles: add mask on sys-apps/bolt for systemd profiles (diff) | |
download | gentoo-c1c7c8e57f45bc6ad1c3631185749834e5987a90.tar.gz gentoo-c1c7c8e57f45bc6ad1c3631185749834e5987a90.tar.bz2 gentoo-c1c7c8e57f45bc6ad1c3631185749834e5987a90.zip |
sys-apps/bolt: add hard dep on systemd
Closes: https://bugs.gentoo.org/662472
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/bolt/bolt-0.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/bolt/bolt-0.4.ebuild b/sys-apps/bolt/bolt-0.4.ebuild index 43fd351f9483..5c53b7e1a03d 100644 --- a/sys-apps/bolt/bolt-0.4.ebuild +++ b/sys-apps/bolt/bolt-0.4.ebuild @@ -18,6 +18,7 @@ DEPEND=" >=dev-libs/glib-2.50.0:2 virtual/libudev virtual/udev + sys-apps/systemd:0= sys-auth/polkit[introspection] doc? ( app-text/asciidoc )" RDEPEND="${DEPEND}" |