Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/loudmouth/
Date: Mon, 29 Oct 2018 22:27:51
Message-Id: 1540852024.3500791f6606f1a1430c1303cef87f5e5ff21b84.andrey_utkin@gentoo
1 commit: 3500791f6606f1a1430c1303cef87f5e5ff21b84
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 22:51:47 2018 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 22:27:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3500791f
7
8 net-libs/loudmouth: add dep dev-util/glib-utils
9
10 Add build-time dependency on dev-util/glib-utils.
11
12 Since few tools are not installed by dev-libs/glib-2.56.2 ebuild
13 anymore, loudmouth fails to build, emitting such error:
14
15 net-libs/loudmouth-1.5.3-r1 : /.../sh:line <snip>: glib-genmarshal: command not found
16
17 This commit fixes the error.
18
19 Conditional operator depending on dev-libs/glib version is not needed as
20 this is handled by dev-util/glib-utils-2.52.3 being empty and not
21 conflicting with dev-libs/glib.
22
23 Bug: https://bugs.gentoo.org/667392
24 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
25 Package-Manager: Portage-2.3.49, Repoman-2.3.10
26
27 net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild | 1 +
28 1 file changed, 1 insertion(+)
29
30 diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild b/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild
31 index 5950fec9485..ad185ab77e8 100644
32 --- a/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild
33 +++ b/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild
34 @@ -25,6 +25,7 @@ RDEPEND="
35 asyncns? ( >=net-libs/libasyncns-0.3 )
36 "
37 DEPEND="${RDEPEND}
38 + dev-util/glib-utils
39 test? ( dev-libs/check )
40 virtual/pkgconfig
41 "