diff options
author | Matthias Maier <tamiko@gentoo.org> | 2016-05-01 15:01:12 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2016-05-01 15:09:02 -0500 |
commit | ef1aeb3bc83bc827720faebb5be810dca60a29e3 (patch) | |
tree | 623e99fd050822f573d02489d7101ef363b3d8be /net-misc/spice-gtk | |
parent | net-misc/spice-gtk: fix dependency on app-emulation/spice-protocol, bug #567082 (diff) | |
download | gentoo-ef1aeb3bc83bc827720faebb5be810dca60a29e3.tar.gz gentoo-ef1aeb3bc83bc827720faebb5be810dca60a29e3.tar.bz2 gentoo-ef1aeb3bc83bc827720faebb5be810dca60a29e3.zip |
net-misc/spice-gtk: use PYTHON_REQUIRED_USE unconditionally, bug #567082
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 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 824008b64402..e52635d66263 100644 --- a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild @@ -22,7 +22,7 @@ KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86" IUSE="dbus gstreamer gtk3 +introspection lz4 policykit pulseaudio python sasl smartcard static-libs usbredir vala webdav" REQUIRED_USE=" - python? ( ${PYTHON_REQUIRED_USE} ) + ${PYTHON_REQUIRED_USE} ?? ( pulseaudio gstreamer ) " |