From 9060be4215cc120b9bb5f52f07fe647dbd0cc426 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 14 Jun 2020 16:52:48 -0700 Subject: [PATCH] dev-python/sphinx-epytext: PYTHON_COMPAT+=(python3_9) Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Zac Medico --- dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild index c74235473097c..b5e3dfbcf6193 100644 --- a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild +++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1