Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/
Date: Sun, 01 May 2016 20:09:19
Message-Id: 1462133340.7e1f9922288fe1b026a32f9a9ab42b46373cc1c5.tamiko@gentoo
1 commit: 7e1f9922288fe1b026a32f9a9ab42b46373cc1c5
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 19:57:22 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 20:09:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1f9922
7
8 net-misc/spice-gtk: fix dependency on app-emulation/spice-protocol, bug #567082
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
16 index 9f5d8f2..824008b 100644
17 --- a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
18 +++ b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -66,7 +66,7 @@ RDEPEND="
26 >=net-libs/libsoup-2.49.91 )
27 "
28 DEPEND="${RDEPEND}
29 - >=app-emulation/spice-protocol-0.12.10
30 + ~app-emulation/spice-protocol-0.12.10
31 dev-perl/Text-CSV
32 dev-python/pyparsing[${PYTHON_USEDEP}]
33 dev-python/six[${PYTHON_USEDEP}]