diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-01-16 22:21:32 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-01-16 22:36:32 +0800 |
commit | f16c285cf146922d2e1fc43a47d76ffdf461d607 (patch) | |
tree | e2fc2598f2731a839f7027318f751203a7f5b610 /dev-vcs | |
parent | dev-vcs/stgit: fix DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-f16c285cf146922d2e1fc43a47d76ffdf461d607.tar.gz gentoo-f16c285cf146922d2e1fc43a47d76ffdf461d607.tar.bz2 gentoo-f16c285cf146922d2e1fc43a47d76ffdf461d607.zip |
dev-vcs/stgit: PythonCompat Update, fix QA
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/stgit/stgit-0.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/stgit/stgit-0.23.ebuild b/dev-vcs/stgit/stgit-0.23.ebuild index c3c0dfccfec3..65c2f4791666 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 |