diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:23:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:53:49 +0100 |
commit | 6aae2fb55bd8df325cbd7d7ddf79926ab9c3030f (patch) | |
tree | 6f827be57c39b2a8035628c747729e184e8a2777 | |
parent | app-admin/syslog-ng: Remove py2 (diff) | |
download | gentoo-6aae2fb55bd8df325cbd7d7ddf79926ab9c3030f.tar.gz gentoo-6aae2fb55bd8df325cbd7d7ddf79926ab9c3030f.tar.bz2 gentoo-6aae2fb55bd8df325cbd7d7ddf79926ab9c3030f.zip |
app-emulation/libguestfs: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.36.13.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.36.15.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.38.6.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.36.13.ebuild b/app-emulation/libguestfs/libguestfs-1.36.13.ebuild index 467048a112cf..e15a24c93533 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_6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils autotools linux-info perl-functions python-single-r1 versionator diff --git a/app-emulation/libguestfs/libguestfs-1.36.15.ebuild b/app-emulation/libguestfs/libguestfs-1.36.15.ebuild index 7962ae1e6b23..904393423c05 100644 --- a/app-emulation/libguestfs/libguestfs-1.36.15.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.36.15.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit autotools bash-completion-r1 eapi7-ver eutils linux-info perl-functions python-single-r1 xdg-utils diff --git a/app-emulation/libguestfs/libguestfs-1.38.6.ebuild b/app-emulation/libguestfs/libguestfs-1.38.6.ebuild index 530cdc1130dd..dd447616b780 100644 --- a/app-emulation/libguestfs/libguestfs-1.38.6.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.38.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit autotools bash-completion-r1 eapi7-ver eutils linux-info perl-functions python-single-r1 xdg-utils |