dev-vcs/repo: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 20:57:13 +0000 (21:57 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 21:00:14 +0000 (22:00 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-vcs/repo/repo-1.26.ebuild

index 9d2c58695f06b5e310566f2d54ef3549abd41216..bbf73b4eca25fe4ac511f63fe027999f66807534 100644 (file)
@@ -6,7 +6,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit python-r1