commit: 80828a2ef7b4fe506649e8c49aa6cf19874b0d9c Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Apr 19 08:07:09 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> 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
