Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/bolt/
Date: Tue, 02 Oct 2018 15:15:38
Message-Id: 1538493318.034deef0c32f6faa38232daa1788f540a23c7c12.prometheanfire@gentoo
1 commit: 034deef0c32f6faa38232daa1788f540a23c7c12
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 2 15:14:43 2018 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 15:15:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034deef0
7
8 sys-apps/bolt: 0.5 add missing glib-utils dep
9
10 Closes: https://bugs.gentoo.org/667566
11
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13 Package-Manager: Portage-2.3.49, Repoman-2.3.11
14
15 sys-apps/bolt/bolt-0.5.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/sys-apps/bolt/bolt-0.5.ebuild b/sys-apps/bolt/bolt-0.5.ebuild
19 index 6c33d40166b..1156dc761c5 100644
20 --- a/sys-apps/bolt/bolt-0.5.ebuild
21 +++ b/sys-apps/bolt/bolt-0.5.ebuild
22 @@ -16,6 +16,7 @@ IUSE="doc systemd"
23
24 DEPEND="
25 >=dev-libs/glib-2.50.0:2
26 + dev-util/glib-utils
27 virtual/libudev
28 virtual/udev
29 dev-util/umockdev