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/libsoup/
Date: Fri, 02 Nov 2018 11:14:01
Message-Id: 1541157186.485e102d5d3d8d114e695c1b4b8376431ddfb281.leio@gentoo
1 commit: 485e102d5d3d8d114e695c1b4b8376431ddfb281
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 10:55:50 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 11:13:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485e102d
7
8 net-libs/libsoup: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/668118
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/libsoup/libsoup-2.58.2.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/net-libs/libsoup/libsoup-2.58.2.ebuild b/net-libs/libsoup/libsoup-2.58.2.ebuild
18 index 1e532f9606f..86606ab6b6a 100644
19 --- a/net-libs/libsoup/libsoup-2.58.2.ebuild
20 +++ b/net-libs/libsoup/libsoup-2.58.2.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 @@ -30,8 +30,9 @@ RDEPEND="
28 "
29 DEPEND="${RDEPEND}
30 ${PYTHON_DEPS}
31 - >=dev-util/intltool-0.35
32 + dev-util/glib-utils
33 >=dev-util/gtk-doc-am-1.20
34 + >=dev-util/intltool-0.35
35 sys-devel/gettext
36 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
37 test? ( >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}] )