diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 13:09:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 13:12:45 +0100 |
commit | 4a3dfa8475f1d7df248a7e48bf148ca9e126ea22 (patch) | |
tree | 563da56ce27637d261eb6ece563be5742c4bad6d /sys-fs | |
parent | sys-devel/gdb: Remove py2 (diff) | |
download | gentoo-4a3dfa8475f1d7df248a7e48bf148ca9e126ea22.tar.gz gentoo-4a3dfa8475f1d7df248a7e48bf148ca9e126ea22.tar.bz2 gentoo-4a3dfa8475f1d7df248a7e48bf148ca9e126ea22.zip |
sys-fs/zfs: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs/zfs-0.7.13-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/zfs/zfs-0.7.13-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/zfs/zfs-0.8.2-r2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/zfs/zfs-0.7.13-r1.ebuild b/sys-fs/zfs/zfs-0.7.13-r1.ebuild index 7bfb7393b91a..e7978fd5d927 100644 --- a/sys-fs/zfs/zfs-0.7.13-r1.ebuild +++ b/sys-fs/zfs/zfs-0.7.13-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) if [ ${PV} == "9999" ] ; then inherit git-r3 linux-mod diff --git a/sys-fs/zfs/zfs-0.7.13-r2.ebuild b/sys-fs/zfs/zfs-0.7.13-r2.ebuild index 2b547fcde15c..2362e5ccec08 100644 --- a/sys-fs/zfs/zfs-0.7.13-r2.ebuild +++ b/sys-fs/zfs/zfs-0.7.13-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) if [ ${PV} == "9999" ] ; then inherit git-r3 linux-mod diff --git a/sys-fs/zfs/zfs-0.8.2-r2.ebuild b/sys-fs/zfs/zfs-0.8.2-r2.ebuild index 341a978b2793..c744e615de44 100644 --- a/sys-fs/zfs/zfs-0.8.2-r2.ebuild +++ b/sys-fs/zfs/zfs-0.8.2-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit bash-completion-r1 flag-o-matic linux-info linux-mod distutils-r1 systemd toolchain-funcs udev usr-ldscript |