dev-util/comparator: Remove py2.7 where possible
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 15:00:52 +0000 (17:00 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 15:07:53 +0000 (17:07 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/comparator/comparator-2.12.ebuild

index bbbbe0a4134a50b9239ead0900b21f707e27e8fa..5e4ba126dbd083755c1205a7b9d16dad4294fd91 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1 toolchain-funcs