commit: 5a3f0bdc4eaacb3eb06b2c8d6651119164683479
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 20:58:32 2019 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 21:39:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3f0bdc
dev-python/sphinx_rtd_theme-0.2.4: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
index c43a39d0540..64abd38de71 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
inherit distutils-r1