diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2018-12-02 20:45:49 -0500 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2018-12-02 21:18:14 -0500 |
commit | 53bd3301eb8ece696bd766070f6003e8ac6bf5fe (patch) | |
tree | 63fa16feafd53f50989c4cc99ab5373e603845a9 | |
parent | sys-devel/gdb: add python3_7 (diff) | |
download | gentoo-53bd3301eb8ece696bd766070f6003e8ac6bf5fe.tar.gz gentoo-53bd3301eb8ece696bd766070f6003e8ac6bf5fe.tar.bz2 gentoo-53bd3301eb8ece696bd766070f6003e8ac6bf5fe.zip |
app-emulation/virt-manager: add python3_7
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jonathan Callen <jcallen@gentoo.org>
-rw-r--r-- | app-emulation/virt-manager/virt-manager-2.0.0.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/virt-manager/virt-manager-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/virt-manager/virt-manager-2.0.0.ebuild b/app-emulation/virt-manager/virt-manager-2.0.0.ebuild index 0e0860df6b66..c3d12ddccba8 100644 --- a/app-emulation/virt-manager/virt-manager-2.0.0.ebuild +++ b/app-emulation/virt-manager/virt-manager-2.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) DISTUTILS_SINGLE_IMPL=1 inherit gnome2 distutils-r1 diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index 69c24ad9817c..d04aea4b8eab 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild @@ -1,9 +1,9 @@ -# 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=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) DISTUTILS_SINGLE_IMPL=1 inherit gnome2 distutils-r1 |