sys-fs/zfs: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 12:09:11 +0000 (13:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 12:12:45 +0000 (13:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-fs/zfs/zfs-0.7.13-r1.ebuild
sys-fs/zfs/zfs-0.7.13-r2.ebuild
sys-fs/zfs/zfs-0.8.2-r2.ebuild

index 7bfb7393b91a62d04e8c527e29d8ab56fce98d5c..e7978fd5d927b378054052ebf777222bc906ba28 100644 (file)
@@ -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
index 2b547fcde15c5f9b0dbc1ad3825dd0d65842260b..2362e5ccec08d6eb112197a750e6ac2bba9ba6da 100644 (file)
@@ -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
index 341a978b2793027e5a43b7483bc48f6f05625f96..c744e615de44d4e4ae6e61c423b57f376b9359a7 100644 (file)
@@ -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