commit: e3ded0191656d65583c7909ba66fe614617e63b0 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sat Oct 6 22:09:02 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sat Oct 6 22:36:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ded019
net-libs/rest: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/667480 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 net-libs/rest/rest-0.8.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-libs/rest/rest-0.8.1.ebuild b/net-libs/rest/rest-0.8.1.ebuild index ef2f5ab7374..ebfd6ac2bc2 100644 --- a/net-libs/rest/rest-0.8.1.ebuild +++ b/net-libs/rest/rest-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -23,6 +23,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) " DEPEND="${RDEPEND} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.13 >=dev-util/intltool-0.40 virtual/pkgconfig[${MULTILIB_USEDEP}]
