From: Michał Górny Date: Thu, 16 Jan 2020 05:33:37 +0000 (+0100) Subject: dev-python/PySDL2: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4fa62e5dc79373b8485c7e658b630ee935abbecc;p=gentoo.git dev-python/PySDL2: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/dev-python/PySDL2/PySDL2-0.9.6.ebuild b/dev-python/PySDL2/PySDL2-0.9.6.ebuild index 53b5ea93671d..025e430c1d6b 100644 --- a/dev-python/PySDL2/PySDL2-0.9.6.ebuild +++ b/dev-python/PySDL2/PySDL2-0.9.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Python (ctypes) bindings for SDL2 libraries"