dev-vcs/stgit: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 11:56:31 +0000 (12:56 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 12:16:09 +0000 (13:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-vcs/stgit/stgit-0.19.ebuild
dev-vcs/stgit/stgit-0.20.ebuild

index 0fed9ba96d675630757481cd1b901bc9d7458dad..b3260fa330cac793222c0f94fc6b59f4e9a9cc58 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit bash-completion-r1 distutils-r1
 
index f6bc5ae8ddfc9b4468411910758649c6664e68fd..7bfcddb4aaeeeac46c43c362e2795ff481defb60 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit bash-completion-r1 distutils-r1