From f16c285cf146922d2e1fc43a47d76ffdf461d607 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Sat, 16 Jan 2021 22:21:32 +0800 Subject: [PATCH] dev-vcs/stgit: PythonCompat Update, fix QA Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Yixun Lan --- dev-vcs/stgit/stgit-0.23.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/stgit/stgit-0.23.ebuild b/dev-vcs/stgit/stgit-0.23.ebuild index c3c0dfccfec31..65c2f47916664 100644 --- a/dev-vcs/stgit/stgit-0.23.ebuild +++ b/dev-vcs/stgit/stgit-0.23.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=no inherit bash-completion-r1 distutils-r1