From 36d97bdcf8cf44d3e55dc9e457624dd47f6eb634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 2 Feb 2020 16:17:38 +0100 Subject: [PATCH] dev-python/dissononce: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/dissononce/dissononce-0.34.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dissononce/dissononce-0.34.3.ebuild b/dev-python/dissononce/dissononce-0.34.3.ebuild index b57b081af8981..ba5c872c5ff7f 100644 --- a/dev-python/dissononce/dissononce-0.34.3.ebuild +++ b/dev-python/dissononce/dissononce-0.34.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1