commit: 8e85b845a0658574aaa26ac24e00eba0ca2569f3
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 5 00:09:10 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Jun 5 00:10:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e85b845
dev-vcs/python-gitlab: add python3_9
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild
b/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild
index 615fc53453b..a622256dbf9 100644
--- a/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild
@@ -1,8 +1,8 @@
-# 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=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1