From 33b3fcc5a4e59b32ef7aa3a29fe296fc4d8cb76c Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sun, 28 Mar 2021 15:41:54 -0400 Subject: [PATCH] dev-python/sphinx-testing: Add py3.9 to python_compat Required for sphinxcontrib-blockdiag (buildbot-3.02) Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Brian Dolbec --- dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild index 5e2e43886785e..dfd06d45edcb8 100644 --- a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild +++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.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} ) inherit distutils-r1