From 7a697bee467e8e4df34f5081e0bf086f5c3f8753 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Thu, 3 Jun 2021 22:19:43 +0100 Subject: www-client/arcanist: add support for python3.9 Package-Manager: Portage-3.0.18, Repoman-3.0.2 --- www-client/arcanist/arcanist-20191119.ebuild | 4 ++-- www-client/arcanist/arcanist-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'www-client') diff --git a/www-client/arcanist/arcanist-20191119.ebuild b/www-client/arcanist/arcanist-20191119.ebuild index c82eb845..4006aae0 100644 --- a/www-client/arcanist/arcanist-20191119.ebuild +++ b/www-client/arcanist/arcanist-20191119.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) PYTHON_REQ_USE="ncurses" inherit bash-completion-r1 python-single-r1 git-r3 diff --git a/www-client/arcanist/arcanist-9999.ebuild b/www-client/arcanist/arcanist-9999.ebuild index 1ce90854..cbf83932 100644 --- a/www-client/arcanist/arcanist-9999.ebuild +++ b/www-client/arcanist/arcanist-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) PYTHON_REQ_USE="ncurses" inherit bash-completion-r1 python-single-r1 git-r3 -- cgit v1.2.3