diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 19:13:36 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 19:15:37 +0200 |
commit | 6475c7c0970be7b571c9e654e6f6ec2a117bbfd3 (patch) | |
tree | 15f4c6d7e015f4f471d6e731edc1161eeab9c7e6 | |
parent | app-crypt/simp_le: Support python3.6 (diff) | |
download | gentoo-6475c7c0970be7b571c9e654e6f6ec2a117bbfd3.tar.gz gentoo-6475c7c0970be7b571c9e654e6f6ec2a117bbfd3.tar.bz2 gentoo-6475c7c0970be7b571c9e654e6f6ec2a117bbfd3.zip |
app-emulation/libguestfs: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.36.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.36.13.ebuild b/app-emulation/libguestfs/libguestfs-1.36.13.ebuild index ffe817495784..2ec5171dd693 100644 --- a/app-emulation/libguestfs/libguestfs-1.36.13.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.36.13.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit eutils autotools linux-info perl-functions python-single-r1 versionator |