Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rest/
Date: Sat, 06 Oct 2018 22:37:57
Message-Id: 1538865389.e3ded0191656d65583c7909ba66fe614617e63b0.leio@gentoo
1 commit: e3ded0191656d65583c7909ba66fe614617e63b0
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 22:09:02 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 22:36:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ded019
7
8 net-libs/rest: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/667480
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 net-libs/rest/rest-0.8.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/net-libs/rest/rest-0.8.1.ebuild b/net-libs/rest/rest-0.8.1.ebuild
18 index ef2f5ab7374..ebfd6ac2bc2 100644
19 --- a/net-libs/rest/rest-0.8.1.ebuild
20 +++ b/net-libs/rest/rest-0.8.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -23,6 +23,7 @@ RDEPEND="
28 introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
29 "
30 DEPEND="${RDEPEND}
31 + dev-util/glib-utils
32 >=dev-util/gtk-doc-am-1.13
33 >=dev-util/intltool-0.40
34 virtual/pkgconfig[${MULTILIB_USEDEP}]