Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bolt/
Date: Mon, 30 Jul 2018 17:05:02
Message-Id: 1532970282.c1c7c8e57f45bc6ad1c3631185749834e5987a90.prometheanfire@gentoo
1 commit: c1c7c8e57f45bc6ad1c3631185749834e5987a90
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 30 17:04:10 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 30 17:04:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c7c8e5
7
8 sys-apps/bolt: add hard dep on systemd
9
10 Closes: https://bugs.gentoo.org/662472
11
12 Package-Manager: Portage-2.3.43, Repoman-2.3.10
13
14 sys-apps/bolt/bolt-0.4.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/sys-apps/bolt/bolt-0.4.ebuild b/sys-apps/bolt/bolt-0.4.ebuild
18 index 43fd351f948..5c53b7e1a03 100644
19 --- a/sys-apps/bolt/bolt-0.4.ebuild
20 +++ b/sys-apps/bolt/bolt-0.4.ebuild
21 @@ -18,6 +18,7 @@ DEPEND="
22 >=dev-libs/glib-2.50.0:2
23 virtual/libudev
24 virtual/udev
25 + sys-apps/systemd:0=
26 sys-auth/polkit[introspection]
27 doc? ( app-text/asciidoc )"
28 RDEPEND="${DEPEND}"