From 3af63a0fe4db31e05315de76dd7240f23cdbbaa8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 25 Jan 2020 21:31:00 +0100 Subject: [PATCH] dev-python/diskcache: Remove Python 2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/diskcache/diskcache-2.8.3.ebuild | 2 +- dev-python/diskcache/diskcache-3.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/diskcache/diskcache-2.8.3.ebuild b/dev-python/diskcache/diskcache-2.8.3.ebuild index cec791888f3d..328f08ab6a9b 100644 --- a/dev-python/diskcache/diskcache-2.8.3.ebuild +++ b/dev-python/diskcache/diskcache-2.8.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/diskcache/diskcache-3.1.0.ebuild b/dev-python/diskcache/diskcache-3.1.0.ebuild index 75f0ba257bfd..9e00a673ba04 100644 --- a/dev-python/diskcache/diskcache-3.1.0.ebuild +++ b/dev-python/diskcache/diskcache-3.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 -- 2.26.2