From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A5B811384B4 for ; Sat, 21 Nov 2015 13:51:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F7B2E07A7; Sat, 21 Nov 2015 13:51:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B8C7E07A7 for ; Sat, 21 Nov 2015 13:51:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 364C934090F for ; Sat, 21 Nov 2015 13:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2694A39 for ; Sat, 21 Nov 2015 13:51:16 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1448113851.1132e3e2d8a91a7b3f19495617892fcac412cdc5.eva@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.26.2.ebuild X-VCS-Directories: gnome-base/gvfs/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 1132e3e2d8a91a7b3f19495617892fcac412cdc5 X-VCS-Branch: master Date: Sat, 21 Nov 2015 13:51:16 +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: 31303fac-72a7-4449-820c-e2f0febb2b93 X-Archives-Hash: d91683a53ca44af4a787756775513500 commit: 1132e3e2d8a91a7b3f19495617892fcac412cdc5 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Nov 21 13:50:51 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Nov 21 13:50:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1132e3e2 gnome-base/gvfs: add REQUIRED_USE for google USE flag It requires gnome-online-account to be enabled and a version greater than the one being required currently. Do not modify the existing requirement so other users of gvfs do not have to wait for Gnome 3.18 to be stable. Remove default-enable on google USE flag, it is a new feature and can be enabled via profile if needed for Gnome. Package-Manager: portage-2.2.25 gnome-base/gvfs/gvfs-1.26.2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-base/gvfs/gvfs-1.26.2.ebuild b/gnome-base/gvfs/gvfs-1.26.2.ebuild index b0dcce1..ed7f6f9 100644 --- a/gnome-base/gvfs/gvfs-1.26.2.ebuild +++ b/gnome-base/gvfs/gvfs-1.26.2.ebuild @@ -14,9 +14,10 @@ HOMEPAGE="https://git.gnome.org/browse/gvfs" LICENSE="LGPL-2+" SLOT="0" -IUSE="afp archive bluray cdda fuse +google gnome-keyring gnome-online-accounts gphoto2 gtk +http ios mtp nfs samba systemd test +udev udisks zeroconf" +IUSE="afp archive bluray cdda fuse google gnome-keyring gnome-online-accounts gphoto2 gtk +http ios mtp nfs samba systemd test +udev udisks zeroconf" REQUIRED_USE=" cdda? ( udev ) + google? ( gnome-online-accounts ) mtp? ( udev ) udisks? ( udev ) systemd? ( udisks ) @@ -36,7 +37,9 @@ RDEPEND=" fuse? ( >=sys-fs/fuse-2.8.0 ) gnome-keyring? ( app-crypt/libsecret ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 ) - google? ( >=dev-libs/libgdata-0.17.3:=[gnome] ) + google? ( + >=dev-libs/libgdata-0.17.3:=[gnome] + >=net-libs/gnome-online-accounts-3.17.1 ) gphoto2? ( >=media-libs/libgphoto2-2.4.7:= ) gtk? ( >=x11-libs/gtk+-3.0:3 ) http? ( >=net-libs/libsoup-2.42:2.4 )