From b037453162ea6447007ac8247107db8b08bda843 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 10 Feb 2020 22:14:41 +0100 Subject: [PATCH] sys-cluster/sanlock: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-cluster/sanlock/sanlock-3.6.0.ebuild | 2 +- sys-cluster/sanlock/sanlock-3.8.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/sanlock/sanlock-3.6.0.ebuild b/sys-cluster/sanlock/sanlock-3.6.0.ebuild index 2e799abfe88e..9158bc79f627 100644 --- a/sys-cluster/sanlock/sanlock-3.6.0.ebuild +++ b/sys-cluster/sanlock/sanlock-3.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit linux-info python-r1 systemd user DESCRIPTION="shared storage lock manager" diff --git a/sys-cluster/sanlock/sanlock-3.8.0.ebuild b/sys-cluster/sanlock/sanlock-3.8.0.ebuild index 0defcba0b5fe..bdccb6981954 100644 --- a/sys-cluster/sanlock/sanlock-3.8.0.ebuild +++ b/sys-cluster/sanlock/sanlock-3.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit linux-info python-r1 systemd user DESCRIPTION="shared storage lock manager" -- 2.26.2