diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-10-20 23:51:47 +0100 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-10-29 22:27:04 +0000 |
commit | 3500791f6606f1a1430c1303cef87f5e5ff21b84 (patch) | |
tree | ea78fe285a00e9a00036b9081a71955cb57639c3 /net-libs/loudmouth | |
parent | net-libs/loudmouth: specify libidn slot (diff) | |
download | gentoo-3500791f6606f1a1430c1303cef87f5e5ff21b84.tar.gz gentoo-3500791f6606f1a1430c1303cef87f5e5ff21b84.tar.bz2 gentoo-3500791f6606f1a1430c1303cef87f5e5ff21b84.zip |
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@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.5.3-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 " |