dev-util/gcovr: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:57:21 +0000 (21:57 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:21:24 +0000 (22:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/gcovr/gcovr-3.3.ebuild
dev-util/gcovr/gcovr-4.2.ebuild

index bb2e1eb9d28a1ac84e7230b0dba43cf8737930b6..3f985aa167713201748f6360a063c60b47100bb7 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 52a5d6a028fa70c19df5135e85332037b21241c2..a05006b79490dd9c2f3380b4278f1227b3c388e1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_IN_SOURCE_BUILD=1
 
 inherit distutils-r1