From: Michał Górny Date: Mon, 10 Feb 2020 13:04:40 +0000 (+0100) Subject: dev-libs/libgit2: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=91391d07f3a3110dfaf37367d9c3d5df823bb775;p=gentoo.git dev-libs/libgit2: Remove py2 where possible Signed-off-by: Michał Górny --- diff --git a/dev-libs/libgit2/libgit2-0.28.4.ebuild b/dev-libs/libgit2/libgit2-0.28.4.ebuild index fe94903c855e..7f89d8572ada 100644 --- a/dev-libs/libgit2/libgit2-0.28.4.ebuild +++ b/dev-libs/libgit2/libgit2-0.28.4.ebuild @@ -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 diff --git a/dev-libs/libgit2/libgit2-9999.ebuild b/dev-libs/libgit2/libgit2-9999.ebuild index 0519a2c0e43f..41394dc15ba1 100644 --- a/dev-libs/libgit2/libgit2-9999.ebuild +++ b/dev-libs/libgit2/libgit2-9999.ebuild @@ -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