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 4E5CC138334 for ; Thu, 1 Nov 2018 20:42:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66C45E08F9; Thu, 1 Nov 2018 20:42:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 405AAE08F9 for ; Thu, 1 Nov 2018 20:42:26 +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 5BA4F335C29 for ; Thu, 1 Nov 2018 20:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE472431 for ; Thu, 1 Nov 2018 20:42:22 +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: <1541104885.8ddc2df921ced7901bcc23a16ef33b8e48b72d13.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gvfs/gvfs-1.32.2.ebuild gnome-base/gvfs/gvfs-1.34.2.1-r1.ebuild X-VCS-Directories: gnome-base/gvfs/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8ddc2df921ced7901bcc23a16ef33b8e48b72d13 X-VCS-Branch: master Date: Thu, 1 Nov 2018 20:42:22 +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: c8032753-02ee-4e4d-ad2f-7d50ba7f12a0 X-Archives-Hash: 404b72249da282cee67a309dcd86bb08 commit: 8ddc2df921ced7901bcc23a16ef33b8e48b72d13 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Nov 1 20:12:42 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Nov 1 20:41:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ddc2df9 gnome-base/gvfs: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/668750 Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 gnome-base/gvfs/gvfs-1.32.2.ebuild | 3 ++- gnome-base/gvfs/gvfs-1.34.2.1-r1.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gnome-base/gvfs/gvfs-1.32.2.ebuild b/gnome-base/gvfs/gvfs-1.32.2.ebuild index 5f337f4a548..182f1bb3d76 100644 --- a/gnome-base/gvfs/gvfs-1.32.2.ebuild +++ b/gnome-base/gvfs/gvfs-1.32.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 @@ -68,6 +68,7 @@ DEPEND="${RDEPEND} >=sys-devel/gettext-0.19.4 virtual/pkgconfig dev-util/gdbus-codegen + dev-util/glib-utils dev-util/gtk-doc-am test? ( >=dev-python/twisted-16 diff --git a/gnome-base/gvfs/gvfs-1.34.2.1-r1.ebuild b/gnome-base/gvfs/gvfs-1.34.2.1-r1.ebuild index b878910dd5e..095d6bfe56d 100644 --- a/gnome-base/gvfs/gvfs-1.34.2.1-r1.ebuild +++ b/gnome-base/gvfs/gvfs-1.34.2.1-r1.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 @@ -67,6 +67,7 @@ DEPEND="${RDEPEND} >=sys-devel/gettext-0.19.4 virtual/pkgconfig dev-util/gdbus-codegen + dev-util/glib-utils dev-util/gtk-doc-am test? ( >=dev-python/twisted-16