diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-06-14 16:52:48 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-06-14 16:53:46 -0700 |
commit | 9060be4215cc120b9bb5f52f07fe647dbd0cc426 (patch) | |
tree | 06fc08b912cd47cd27a5127d682287612e8cd2e2 /dev-python/sphinx-epytext | |
parent | x11-plugins/pidgin-opensteamworks: Version bump to 1.7 (diff) | |
download | gentoo-9060be4215cc120b9bb5f52f07fe647dbd0cc426.tar.gz gentoo-9060be4215cc120b9bb5f52f07fe647dbd0cc426.tar.bz2 gentoo-9060be4215cc120b9bb5f52f07fe647dbd0cc426.zip |
dev-python/sphinx-epytext: PYTHON_COMPAT+=(python3_9)
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-epytext')
-rw-r--r-- | dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 c74235473097..b5e3dfbcf619 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 |