From 1b5be7c02e8251ee10b4362cccd892fd96f1dbef Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 10 Feb 2020 14:04:44 +0100 Subject: dev-libs/librelp: Remove py2 where possible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-libs/librelp/librelp-1.4.0.ebuild | 2 +- dev-libs/librelp/librelp-1.5.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-libs/librelp') 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 -- cgit v1.2.3-65-gdbad