dev-libs/libgit2: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:04:40 +0000 (14:04 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:25:47 +0000 (14:25 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/libgit2/libgit2-0.28.4.ebuild
dev-libs/libgit2/libgit2-9999.ebuild

index fe94903c855efa7048f6837538daa5ede8f5ed5c..7f89d8572ada0518ac510039ee4b911a107edee3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit cmake python-any-r1
 
 if [[ ${PV} == "9999" ]] ; then
index 0519a2c0e43fe93a099fec1e477327a1d3ad3402..41394dc15ba186183820d1ebe9fa38fc44ec4906 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit cmake-utils python-any-r1
 
 if [[ ${PV} == "9999" ]] ; then