From: Michał Górny Date: Thu, 6 Feb 2020 17:12:58 +0000 (+0100) Subject: dev-python/whisper: Remove py2 from 1.1.3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=23755767dd4698d2ba0e248690cd91916f9e64c2;p=gentoo.git dev-python/whisper: Remove py2 from 1.1.3 Signed-off-by: Michał Górny --- diff --git a/dev-python/whisper/whisper-1.1.3.ebuild b/dev-python/whisper/whisper-1.1.3.ebuild index 593f5228b98b..acf2b09922a5 100644 --- a/dev-python/whisper/whisper-1.1.3.ebuild +++ b/dev-python/whisper/whisper-1.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_6} ) +PYTHON_COMPAT=( pypy3 python3_6 ) inherit distutils-r1