summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-18 02:34:37 +0100
committerSam James <sam@gentoo.org>2021-06-18 02:34:53 +0100
commit32a565ea6620e8ef7f354e4157465fafa8b35716 (patch)
tree48ec504fef3057f69e014cfca2137b3ad13949d3
parentdev-util/woke: new package, check source code for non-inclusive language (diff)
downloadgentoo-32a565ea6620e8ef7f354e4157465fafa8b35716.tar.gz
gentoo-32a565ea6620e8ef7f354e4157465fafa8b35716.tar.bz2
gentoo-32a565ea6620e8ef7f354e4157465fafa8b35716.zip
dev-python/flask: sync live
Closes: https://bugs.gentoo.org/701140 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/flask/flask-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask/flask-9999.ebuild b/dev-python/flask/flask-9999.ebuild
index aa5080465c2d..662b9a88046c 100644
--- a/dev-python/flask/flask-9999.ebuild
+++ b/dev-python/flask/flask-9999.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
else
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
S="${WORKDIR}/${MY_P}"
fi
@@ -34,7 +34,7 @@ BDEPEND="
>=dev-python/asgiref-3.2[${PYTHON_USEDEP}]
)"
-distutils_enable_sphinx docs
+distutils_enable_sphinx docs dev-python/pallets-sphinx-themes dev-python/sphinxcontrib-log_cabinet
distutils_enable_tests pytest
python_test() {