From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 95FFC138208 for ; Sun, 1 May 2016 20:09:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92E6C21C00E; Sun, 1 May 2016 20:09:20 +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 85B4621C00E for ; Sun, 1 May 2016 20:09:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BF7DD340B66 for ; Sun, 1 May 2016 20:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07974340 for ; Sun, 1 May 2016 20:09:14 +0000 (UTC) From: "Matthias Maier" 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" Message-ID: <1462133342.ef1aeb3bc83bc827720faebb5be810dca60a29e3.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: ef1aeb3bc83bc827720faebb5be810dca60a29e3 X-VCS-Branch: master Date: Sun, 1 May 2016 20:09:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0d2a2bb9-bd58-4eec-8d11-fae12f361e3b X-Archives-Hash: 380ce8e7787a346a5ea5219272a9f120 commit: ef1aeb3bc83bc827720faebb5be810dca60a29e3 Author: Matthias Maier gentoo org> AuthorDate: Sun May 1 20:01:12 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun May 1 20:09:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1aeb3b net-misc/spice-gtk: use PYTHON_REQUIRED_USE unconditionally, bug #567082 Package-Manager: portage-2.2.26 net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 824008b..e52635d 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 ) "