commit:     3500791f6606f1a1430c1303cef87f5e5ff21b84
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 22:51:47 2018 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Mon Oct 29 22:27:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3500791f

net-libs/loudmouth: add dep dev-util/glib-utils

Add build-time dependency on dev-util/glib-utils.

Since few tools are not installed by dev-libs/glib-2.56.2 ebuild
anymore, loudmouth fails to build, emitting such error:

    net-libs/loudmouth-1.5.3-r1 : /.../sh:line <snip>: glib-genmarshal: command 
not found

This commit fixes the error.

Conditional operator depending on dev-libs/glib version is not needed as
this is handled by dev-util/glib-utils-2.52.3 being empty and not
conflicting with dev-libs/glib.

Bug: https://bugs.gentoo.org/667392
Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild 
b/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild
index 5950fec9485..ad185ab77e8 100644
--- a/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild
+++ b/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
        asyncns? ( >=net-libs/libasyncns-0.3 )
 "
 DEPEND="${RDEPEND}
+       dev-util/glib-utils
        test? ( dev-libs/check )
        virtual/pkgconfig
 "

Reply via email to