From 3b9b55dcd4f601720cd744d31d07f5771208d360 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 18 Jan 2020 19:28:02 +0100 Subject: [PATCH] dev-python/ropemode: Remove Python 2 support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/ropemode/ropemode-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ropemode/ropemode-0.4.ebuild b/dev-python/ropemode/ropemode-0.4.ebuild index b1c88587cf18..50066b7bb7b4 100644 --- a/dev-python/ropemode/ropemode-0.4.ebuild +++ b/dev-python/ropemode/ropemode-0.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 -- 2.26.2