diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:10:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:58:22 +0100 |
commit | 543503fdd0c77e3a416d1fcd9ece6e1b0c835608 (patch) | |
tree | d74e2f2dfd3ea0562ab791352f03f91078cd2c74 /app-emulation/libguestfs | |
parent | sys-cluster/gasnet: added ~arm tested by me (diff) | |
download | gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.gz gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.bz2 gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.zip |
global: Drop dead implementations from PYTHON_COMPAT
Diffstat (limited to 'app-emulation/libguestfs')
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.28.5-r1.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.28.5-r2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.28.5-r1.ebuild b/app-emulation/libguestfs/libguestfs-1.28.5-r1.ebuild index 5bb0d51726c3..0f215fe4f69e 100644 --- a/app-emulation/libguestfs/libguestfs-1.28.5-r1.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.28.5-r1.ebuild @@ -7,7 +7,7 @@ EAPI="5" WANT_LIBTOOL=latest WANT_AUTOMAKE=1.14 AUTOTOOLS_IN_SOURCE_BUILD=1 -PYTHON_COMPAT=( python{2_7,3_{3,4}} ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit python-single-r1 autotools-utils autotools versionator eutils \ multilib linux-info perl-module base diff --git a/app-emulation/libguestfs/libguestfs-1.28.5-r2.ebuild b/app-emulation/libguestfs/libguestfs-1.28.5-r2.ebuild index 8018d6943e79..9fd45f16712c 100644 --- a/app-emulation/libguestfs/libguestfs-1.28.5-r2.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.28.5-r2.ebuild @@ -7,7 +7,7 @@ EAPI="5" WANT_LIBTOOL=latest WANT_AUTOMAKE=1.14 AUTOTOOLS_IN_SOURCE_BUILD=1 -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5}} ) inherit python-single-r1 autotools-utils autotools versionator eutils \ multilib linux-info perl-module base |