From d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 31 Jan 2021 00:36:06 +0100 Subject: */*: Remove obsolete values from PYTHON_COMPAT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-lang/gdl/gdl-1.0.0_rc3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-lang/gdl') diff --git a/dev-lang/gdl/gdl-1.0.0_rc3.ebuild b/dev-lang/gdl/gdl-1.0.0_rc3.ebuild index b5fb1c358bcb..fd8b89661920 100644 --- a/dev-lang/gdl/gdl-1.0.0_rc3.ebuild +++ b/dev-lang/gdl/gdl-1.0.0_rc3.ebuild @@ -4,7 +4,7 @@ EAPI=7 WX_GTK_VER="3.0-gtk3" -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) # gdl's build system is a travesty, and actually calls # itself in the testsuite, which is something that ninja -- cgit v1.2.3-65-gdbad