dev-util/cdiff: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:55:18 +0000 (12:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 12:16:07 +0000 (13:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/cdiff/cdiff-1.0.ebuild
dev-util/cdiff/cdiff-9999.ebuild

index f7b4111c9f64b6503488f9889ca4a603e82b8303..c318750657208e3d0f5b9e14c883a953b077e4cd 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 88b0810474c59e409dfce591767e46efd188feb7..3b5ae5181b25854db6a4b950bcc14d07a1e04588 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 git-r3