diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-15 21:25:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-15 21:25:21 +0200 |
commit | fcf8b2ebb04653c0a27cf712559c73ec242879fc (patch) | |
tree | 750c1d5c2afc2bcea3aa1607d12df44e81c39817 /app-emulation | |
parent | media-libs/nas: fix compiling on gcc 10 (#707968) (diff) | |
download | gentoo-fcf8b2ebb04653c0a27cf712559c73ec242879fc.tar.gz gentoo-fcf8b2ebb04653c0a27cf712559c73ec242879fc.tar.bz2 gentoo-fcf8b2ebb04653c0a27cf712559c73ec242879fc.zip |
app-emulation/spice: python3_8
Closes: https://bugs.gentoo.org/722974
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice/spice-0.14.3.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/spice/spice-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/spice/spice-0.14.3.ebuild b/app-emulation/spice/spice-0.14.3.ebuild index 0260ea4aec9c..0f2cbe2de267 100644 --- a/app-emulation/spice/spice-0.14.3.ebuild +++ b/app-emulation/spice/spice-0.14.3.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit autotools python-any-r1 readme.gentoo-r1 xdg-utils DESCRIPTION="SPICE server" diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999.ebuild index b2b42811ca6b..57eb7a47e64d 100644 --- a/app-emulation/spice/spice-9999.ebuild +++ b/app-emulation/spice/spice-9999.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit git-r3 meson python-any-r1 readme.gentoo-r1 xdg-utils DESCRIPTION="SPICE server" |