summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2019-12-30 22:40:20 +0100
committerPiotr Karbowski <slashbeast@gentoo.org>2019-12-30 22:54:08 +0100
commit20020a37f200704c13dbe74f5a98c6e791586764 (patch)
tree5b35c6e10e9e2b525c47430cec34e4eab8745077
parentdev-python/sphinxcontrib-asyncio-0.2.0-r2: python 3.8 support added. (diff)
downloadgentoo-20020a37.tar.gz
gentoo-20020a37.tar.bz2
gentoo-20020a37.zip
dev-python/sphinxcontrib-blockdiag-2.0.0: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
-rw-r--r--dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
index 89d49e847b78..f9355cb0c3a7 100644
--- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
+++ b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit distutils-r1