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 AB789138334 for ; Sat, 6 Oct 2018 22:37:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39464E09B0; Sat, 6 Oct 2018 22:37:52 +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 0B1EAE09B0 for ; Sat, 6 Oct 2018 22:37:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3E6DA335CFB for ; Sat, 6 Oct 2018 22:37:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9D21453 for ; Sat, 6 Oct 2018 22:37:46 +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: <1538865393.b12ebecd3cb865216ced43297d8daafad1ae37cd.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild X-VCS-Directories: net-libs/telepathy-glib/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b12ebecd3cb865216ced43297d8daafad1ae37cd X-VCS-Branch: master Date: Sat, 6 Oct 2018 22:37:46 +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: b70c0ea0-f69b-4a1f-b879-67c69dd860d5 X-Archives-Hash: 06a51ca0bdb59a822a2f6e8e3e6ed617 commit: b12ebecd3cb865216ced43297d8daafad1ae37cd Author: Mart Raudsepp gentoo org> AuthorDate: Sat Oct 6 22:13:25 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Oct 6 22:36:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12ebecd net-libs/telepathy-glib: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/667402 Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild index 34a912ab9e1..daa7ae76ac8 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -35,6 +35,7 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-libs/libxslt + dev-util/glib-utils dev-util/gtk-doc-am virtual/pkgconfig vala? ( $(vala_depend) )