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:22
Message-Id: 1462133342.ef1aeb3bc83bc827720faebb5be810dca60a29e3.tamiko@gentoo
1 commit: ef1aeb3bc83bc827720faebb5be810dca60a29e3
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 20:01:12 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 20:09:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1aeb3b
7
8 net-misc/spice-gtk: use PYTHON_REQUIRED_USE unconditionally, bug #567082
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
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 824008b..e52635d 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 @@ -22,7 +22,7 @@ KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86"
20 IUSE="dbus gstreamer gtk3 +introspection lz4 policykit pulseaudio python sasl smartcard static-libs usbredir vala webdav"
21
22 REQUIRED_USE="
23 - python? ( ${PYTHON_REQUIRED_USE} )
24 + ${PYTHON_REQUIRED_USE}
25 ?? ( pulseaudio gstreamer )
26 "