From 3500791f6606f1a1430c1303cef87f5e5ff21b84 Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Sat, 20 Oct 2018 23:51:47 +0100 Subject: 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 : 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 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(+) (limited to 'net-libs/loudmouth') diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild b/net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild index 5950fec94855..ad185ab77e8a 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 " -- cgit v1.2.3-65-gdbad