From 4fa62e5dc79373b8485c7e658b630ee935abbecc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 16 Jan 2020 06:33:37 +0100 Subject: [PATCH] dev-python/PySDL2: Remove Python 2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/PySDL2/PySDL2-0.9.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.26.2