Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignon-glib/
Date: Tue, 09 Oct 2018 08:04:55
Message-Id: 1539072239.7bd3cb18f5e4c9d26e3f94a4e76ae0d9e30da95e.asturm@gentoo
1 commit: 7bd3cb18f5e4c9d26e3f94a4e76ae0d9e30da95e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 9 07:51:50 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 08:03:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd3cb18
7
8 net-libs/libsignon-glib: DEPEND on dev-util/glib-utils
9
10 Closes: https://bugs.gentoo.org/668076
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 net-libs/libsignon-glib/libsignon-glib-1.14.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild b/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild
18 index 0b2be9418aa..74019584537 100644
19 --- a/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild
20 +++ b/net-libs/libsignon-glib/libsignon-glib-1.14.ebuild
21 @@ -27,6 +27,7 @@ RDEPEND="
22 )
23 "
24 DEPEND="${RDEPEND}
25 + dev-util/glib-utils
26 dev-util/gdbus-codegen
27 doc? ( dev-util/gtk-doc )
28 "