From: Michał Górny Date: Mon, 10 Feb 2020 13:04:44 +0000 (+0100) Subject: dev-libs/librelp: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1b5be7c02e8251ee10b4362cccd892fd96f1dbef;p=gentoo.git dev-libs/librelp: Remove py2 where possible Signed-off-by: Michał Górny --- diff --git a/dev-libs/librelp/librelp-1.4.0.ebuild b/dev-libs/librelp/librelp-1.4.0.ebuild index 3bfd7307720d..529fe6d6459c 100644 --- a/dev-libs/librelp/librelp-1.4.0.ebuild +++ b/dev-libs/librelp/librelp-1.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools python-any-r1 diff --git a/dev-libs/librelp/librelp-1.5.0.ebuild b/dev-libs/librelp/librelp-1.5.0.ebuild index c5a14c6f2f49..edacd29ee8ed 100644 --- a/dev-libs/librelp/librelp-1.5.0.ebuild +++ b/dev-libs/librelp/librelp-1.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit autotools python-any-r1