From: Michał Górny Date: Tue, 11 Feb 2020 12:20:33 +0000 (+0100) Subject: sys-boot/raspberrypi-mkimage: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=22e8594c5762973be3d7f244a3e88f08c5668eab;p=gentoo.git sys-boot/raspberrypi-mkimage: Remove py2 Signed-off-by: Michał Górny --- diff --git a/sys-boot/raspberrypi-mkimage/raspberrypi-mkimage-0_p20120201.ebuild b/sys-boot/raspberrypi-mkimage/raspberrypi-mkimage-0_p20120201.ebuild index 70b36a8bc67f..ed0353e2b3c3 100644 --- a/sys-boot/raspberrypi-mkimage/raspberrypi-mkimage-0_p20120201.ebuild +++ b/sys-boot/raspberrypi-mkimage/raspberrypi-mkimage-0_p20120201.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1