diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2018-12-02 18:05:56 -0500 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2018-12-02 21:18:12 -0500 |
commit | 207dc9fafd5a519e580cf3bdc4332ffa57e01264 (patch) | |
tree | 8a21734f64fc85d68d3774fcb8128244be0e9686 /app-emulation/spice | |
parent | app-emulation/qemu: add python3_7 (diff) | |
download | gentoo-207dc9fafd5a519e580cf3bdc4332ffa57e01264.tar.gz gentoo-207dc9fafd5a519e580cf3bdc4332ffa57e01264.tar.bz2 gentoo-207dc9fafd5a519e580cf3bdc4332ffa57e01264.zip |
app-emulation/spice: add python3_7
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jonathan Callen <jcallen@gentoo.org>
Diffstat (limited to 'app-emulation/spice')
-rw-r--r-- | app-emulation/spice/spice-0.14.0-r2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/spice/spice-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/spice/spice-0.14.0-r2.ebuild b/app-emulation/spice/spice-0.14.0-r2.ebuild index b926d8a16b9f..68da2a0d3ca5 100644 --- a/app-emulation/spice/spice-0.14.0-r2.ebuild +++ b/app-emulation/spice/spice-0.14.0-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit autotools ltprune python-any-r1 readme.gentoo-r1 xdg-utils diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999.ebuild index 16ad9468a964..bfe81a496cb4 100644 --- a/app-emulation/spice/spice-9999.ebuild +++ b/app-emulation/spice/spice-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit autotools eutils git-r3 ltprune python-any-r1 readme.gentoo-r1 xdg-utils |