diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-03 22:19:43 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-03 22:19:43 +0100 |
commit | 7a697bee467e8e4df34f5081e0bf086f5c3f8753 (patch) | |
tree | d6fde34538567af2236668a808b1d2a6563698f5 | |
parent | dev-util/cpplint: add support for python3.9 (diff) | |
download | portage-7a697bee467e8e4df34f5081e0bf086f5c3f8753.tar.xz |
www-client/arcanist: add support for python3.9
Package-Manager: Portage-3.0.18, Repoman-3.0.2
-rw-r--r-- | www-client/arcanist/arcanist-20191119.ebuild | 4 | ||||
-rw-r--r-- | www-client/arcanist/arcanist-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 |