sys-block/targetcli-fb: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 06:59:43 +0000 (07:59 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:46:21 +0000 (10:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-block/targetcli-fb/targetcli-fb-2.1.48-r2.ebuild
sys-block/targetcli-fb/targetcli-fb-2.1.49.ebuild

index 4001f7177e02c3f8160457a685a3219fd679abd0..9f7e58e94305d613625141f8b21f0932cb3a149a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 versionator
 
index fbfe7a7707cf5f3fa258efe011ecfba5e4cdbb61..d58e2dafabd456b7fd00cb4c9c1a01bf9c4583ac 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 MY_PV=$(ver_rs 2 .fb)