From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 100ED139694 for ; Wed, 19 Apr 2017 08:07:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 111BDE0C11; Wed, 19 Apr 2017 08:07:41 +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 DC3D0E0C11 for ; Wed, 19 Apr 2017 08:07:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2B2E33BE1A for ; Wed, 19 Apr 2017 08:07:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EB85742A for ; Wed, 19 Apr 2017 08:07:37 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492589229.80828a2ef7b4fe506649e8c49aa6cf19874b0d9c.soap@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.31.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 80828a2ef7b4fe506649e8c49aa6cf19874b0d9c X-VCS-Branch: master Date: Wed, 19 Apr 2017 08:07:37 +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: 6e602452-2b59-4b2a-86a8-5a6ad31ea1cf X-Archives-Hash: 34df3f2fffe986f7e53d0ea81355a6b5 commit: 80828a2ef7b4fe506649e8c49aa6cf19874b0d9c Author: David Seifert gentoo org> AuthorDate: Wed Apr 19 08:07:09 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Apr 19 08:07:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80828a2e net-misc/spice-gtk: Drop py3.4 from PYTHON_COMPAT * The python code does not appear to be py3-clean: 'import sys; print sys.prefix' Bug: https://bugs.gentoo.org/show_bug.cgi?id=605636 Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-misc/spice-gtk/spice-gtk-0.31.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.31.ebuild b/net-misc/spice-gtk/spice-gtk-0.31.ebuild index 4dbed9480a4..fa846e02e01 100644 --- a/net-misc/spice-gtk/spice-gtk-0.31.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.31.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ WANT_AUTOMAKE="1.12" VALA_MIN_API_VERSION="0.14" VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 ) inherit autotools eutils multibuild python-single-r1 vala