diff options
author | David Seifert <soap@gentoo.org> | 2017-04-19 10:07:09 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-19 10:07:09 +0200 |
commit | 80828a2ef7b4fe506649e8c49aa6cf19874b0d9c (patch) | |
tree | b5798cebfe44b7590ee17d868619d53d9a18a91a /net-misc/spice-gtk | |
parent | app-emulation/openstack-guest-agents-unix: [QA] Add missing python metadata v... (diff) | |
download | gentoo-80828a2ef7b4fe506649e8c49aa6cf19874b0d9c.tar.gz gentoo-80828a2ef7b4fe506649e8c49aa6cf19874b0d9c.tar.bz2 gentoo-80828a2ef7b4fe506649e8c49aa6cf19874b0d9c.zip |
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
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.31.ebuild | 4 |
1 files 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 4dbed9480a45..fa846e02e013 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 |