From 64c55640f115bbafb2df3ac1afdbae8a0319f10d Mon Sep 17 00:00:00 2001 From: "Azamat H. Hackimov" Date: Wed, 2 Sep 2020 11:59:43 +0300 Subject: dev-python/construct: add support for new python Added python3_8 and python3_9. Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov Closes: https://github.com/gentoo/gentoo/pull/17368 Signed-off-by: Joonas Niilola --- dev-python/construct/construct-2.10.56.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/construct') diff --git a/dev-python/construct/construct-2.10.56.ebuild b/dev-python/construct/construct-2.10.56.ebuild index 3a485cc76365..b7ceabb00f5c 100644 --- a/dev-python/construct/construct-2.10.56.ebuild +++ b/dev-python/construct/construct-2.10.56.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 -- cgit v1.2.3