From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-879313-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A91FB138208 for <garchives@archives.gentoo.org>; Sun, 1 May 2016 20:09:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A18D21C010; Sun, 1 May 2016 20:09:19 +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 584B521C010 for <gentoo-commits@lists.gentoo.org>; Sun, 1 May 2016 20:09:18 +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 5FCB4340B6A for <gentoo-commits@lists.gentoo.org>; Sun, 1 May 2016 20:09:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E99DC33F for <gentoo-commits@lists.gentoo.org>; Sun, 1 May 2016 20:09:13 +0000 (UTC) From: "Matthias Maier" <tamiko@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, "Matthias Maier" <tamiko@gentoo.org> Message-ID: <1462133340.7e1f9922288fe1b026a32f9a9ab42b46373cc1c5.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 7e1f9922288fe1b026a32f9a9ab42b46373cc1c5 X-VCS-Branch: master Date: Sun, 1 May 2016 20:09:13 +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: dc06969a-4884-4c3e-91c8-3ab0f7a730aa X-Archives-Hash: 5807f41882e5b6792b725061429cdff7 commit: 7e1f9922288fe1b026a32f9a9ab42b46373cc1c5 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Sun May 1 19:57:22 2016 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Sun May 1 20:09:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1f9922 net-misc/spice-gtk: fix dependency on app-emulation/spice-protocol, bug #567082 Package-Manager: portage-2.2.26 net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild index 9f5d8f2..824008b 100644 --- a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -66,7 +66,7 @@ RDEPEND=" >=net-libs/libsoup-2.49.91 ) " DEPEND="${RDEPEND} - >=app-emulation/spice-protocol-0.12.10 + ~app-emulation/spice-protocol-0.12.10 dev-perl/Text-CSV dev-python/pyparsing[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]