diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:04:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:36 +0100 |
commit | 9471b38e1512f655fedb918bdb70eca5de2597a1 (patch) | |
tree | b4de53f52e044676016688c629bb6944c291c301 /app-emulation/spice | |
parent | app-emulation/qemu-guest-agent: Remove py2 where possible (diff) | |
download | gentoo-9471b38e1512f655fedb918bdb70eca5de2597a1.tar.gz gentoo-9471b38e1512f655fedb918bdb70eca5de2597a1.tar.bz2 gentoo-9471b38e1512f655fedb918bdb70eca5de2597a1.zip |
app-emulation/spice: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/spice')
-rw-r--r-- | app-emulation/spice/spice-0.14.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/spice/spice-0.14.0-r2.ebuild b/app-emulation/spice/spice-0.14.0-r2.ebuild index ae61110bb94f..49bf1e178a9a 100644 --- a/app-emulation/spice/spice-0.14.0-r2.ebuild +++ b/app-emulation/spice/spice-0.14.0-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit autotools ltprune python-any-r1 readme.gentoo-r1 xdg-utils |