From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-914814-garchives=archives.gentoo.org@lists.gentoo.org>
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 1BD2C1395E2
	for <garchives@archives.gentoo.org>; Sat,  3 Dec 2016 04:57:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1BCBFE0B77;
	Sat,  3 Dec 2016 04:57:00 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DBB84E0B77
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Dec 2016 04:56:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3B5E33412B7
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Dec 2016 04:56:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 19E9349D
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Dec 2016 04:56:56 +0000 (UTC)
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" <dlan@gentoo.org>
Message-ID: <1480740999.9d4c9bd3c8ddfd67d1e899bce4a5035864d15c67.dlan@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-viewer/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emulation/virt-viewer/virt-viewer-5.0.ebuild
X-VCS-Directories: app-emulation/virt-viewer/
X-VCS-Committer: dlan
X-VCS-Committer-Name: Yixun Lan
X-VCS-Revision: 9d4c9bd3c8ddfd67d1e899bce4a5035864d15c67
X-VCS-Branch: master
Date: Sat,  3 Dec 2016 04:56:56 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 3c893fba-32e3-4f7e-ad2c-87cda879ec70
X-Archives-Hash: 85f00573d3398ebfcd1721b50c54235b

commit:     9d4c9bd3c8ddfd67d1e899bce4a5035864d15c67
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Fri Dec  2 20:07:21 2016 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 04:56:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4c9bd3

app-emulation/virt-viewer: fix 5.0 minimum spice-gtk dependency

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2989

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-emulation/virt-viewer/virt-viewer-5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virt-viewer/virt-viewer-5.0.ebuild b/app-emulation/virt-viewer/virt-viewer-5.0.ebuild
index 9856438..89025fb 100644
--- a/app-emulation/virt-viewer/virt-viewer-5.0.ebuild
+++ b/app-emulation/virt-viewer/virt-viewer-5.0.ebuild
@@ -18,7 +18,7 @@ RDEPEND=">=app-emulation/libvirt-0.10.0[sasl?]
 	app-emulation/libvirt-glib
 	>=dev-libs/libxml2-2.6
 	x11-libs/gtk+:3
-	spice? ( >=net-misc/spice-gtk-0.31[sasl?,gtk3] )
+	spice? ( >=net-misc/spice-gtk-0.33[sasl?,gtk3] )
 	vnc? ( >=net-libs/gtk-vnc-0.5.0[sasl?,gtk3] )"
 DEPEND="${RDEPEND}
 	dev-lang/perl