commit: d08d755e9cdfa258e043edf931796b0736706ca2
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Mon Nov 9 22:27:01 2020 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Mon Nov 9 22:27:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d08d755e
dev-python/sphinxcontrib-katex: 0.6.1 add missed python3.6 target
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild
b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild
index 47bef071..a2a70c25 100644
--- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild
+++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.6.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1