diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2018-12-01 23:37:03 -0500 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2018-12-02 21:18:11 -0500 |
commit | 6b5c67c349d30d2f2fd6b53772eb708ef63c9c2b (patch) | |
tree | f64f9a2b1f68d645052e208f396452b1becb1e27 /dev-python/libvirt-python | |
parent | app-emulation/libvirt: add python3_7 (diff) | |
download | gentoo-6b5c67c349d30d2f2fd6b53772eb708ef63c9c2b.tar.gz gentoo-6b5c67c349d30d2f2fd6b53772eb708ef63c9c2b.tar.bz2 gentoo-6b5c67c349d30d2f2fd6b53772eb708ef63c9c2b.zip |
dev-python/libvirt-python: add python3_7
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jonathan Callen <jcallen@gentoo.org>
Diffstat (limited to 'dev-python/libvirt-python')
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-4.9.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/libvirt-python/libvirt-python-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild index 968deb8ce73c..c2b3ec1b2d9b 100644 --- a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild +++ b/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild @@ -3,7 +3,7 @@ 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} ) MY_P="${P/_rc/-rc}" diff --git a/dev-python/libvirt-python/libvirt-python-9999.ebuild b/dev-python/libvirt-python/libvirt-python-9999.ebuild index 42d117b59bcb..c2b3ec1b2d9b 100644 --- a/dev-python/libvirt-python/libvirt-python-9999.ebuild +++ b/dev-python/libvirt-python/libvirt-python-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=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) MY_P="${P/_rc/-rc}" |