From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB99E138334 for ; Fri, 2 Nov 2018 11:14:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB9D8E07D4; Fri, 2 Nov 2018 11:13:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0BF2E07D4 for ; Fri, 2 Nov 2018 11:13:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65CAC335CC8 for ; Fri, 2 Nov 2018 11:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B72F8451 for ; Fri, 2 Nov 2018 11:13:55 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1541157186.485e102d5d3d8d114e695c1b4b8376431ddfb281.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsoup/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsoup/libsoup-2.58.2.ebuild X-VCS-Directories: net-libs/libsoup/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 485e102d5d3d8d114e695c1b4b8376431ddfb281 X-VCS-Branch: master Date: Fri, 2 Nov 2018 11:13:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d426a317-a16c-401f-863c-4f46e9e15b04 X-Archives-Hash: 8ba5ea9b9eb094ca1f7c373f33941b35 commit: 485e102d5d3d8d114e695c1b4b8376431ddfb281 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Nov 2 10:55:50 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Nov 2 11:13:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485e102d net-libs/libsoup: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/668118 Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 net-libs/libsoup/libsoup-2.58.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-libs/libsoup/libsoup-2.58.2.ebuild b/net-libs/libsoup/libsoup-2.58.2.ebuild index 1e532f9606f..86606ab6b6a 100644 --- a/net-libs/libsoup/libsoup-2.58.2.ebuild +++ b/net-libs/libsoup/libsoup-2.58.2.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 @@ -30,8 +30,9 @@ RDEPEND=" " DEPEND="${RDEPEND} ${PYTHON_DEPS} - >=dev-util/intltool-0.35 + dev-util/glib-utils >=dev-util/gtk-doc-am-1.20 + >=dev-util/intltool-0.35 sys-devel/gettext >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] test? ( >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}] )