From: Michał Górny Date: Thu, 16 Jan 2020 05:43:27 +0000 (+0100) Subject: dev-embedded/platformio: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=426c3fe505c33f58bd0b570311c4e077b6cd05d7;p=gentoo.git dev-embedded/platformio: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/dev-embedded/platformio/platformio-4.1.0.ebuild b/dev-embedded/platformio/platformio-4.1.0.ebuild index 97f26d127964..29d4e2ad7b49 100644 --- a/dev-embedded/platformio/platformio-4.1.0.ebuild +++ b/dev-embedded/platformio/platformio-4.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1