diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:20:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:20:33 +0100 |
commit | 22e8594c5762973be3d7f244a3e88f08c5668eab (patch) | |
tree | cf9c723b9514e03613a02250dbd48b5343b03ce2 /sys-boot | |
parent | sys-apps/i2c-tools: Remove py2 (diff) | |
download | gentoo-22e8594c5762973be3d7f244a3e88f08c5668eab.tar.gz gentoo-22e8594c5762973be3d7f244a3e88f08c5668eab.tar.bz2 gentoo-22e8594c5762973be3d7f244a3e88f08c5668eab.zip |
sys-boot/raspberrypi-mkimage: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/raspberrypi-mkimage/raspberrypi-mkimage-0_p20120201.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |