commit: 72835145cc35614e4d26c47893c004a240daa763
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 19 19:06:06 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 19 19:06:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72835145
dev-python/starlette: enable docs for x86 as well
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/starlette/starlette-0.13.2.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/starlette/starlette-0.13.2.ebuild
b/dev-python/starlette/starlette-0.13.2.ebuild
index 541f6ae..8568ab7 100644
--- a/dev-python/starlette/starlette-0.13.2.ebuild
+++ b/dev-python/starlette/starlette-0.13.2.ebuild
@@ -19,16 +19,15 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
-REQUIRED_USE="x86? ( !doc )"
# ModuleNotFoundError: No module named 'graphql.pyutils.compat'
# We need newer graphql-core
RESTRICT="test"
-BDEPEND="doc? ( !x86? (
+BDEPEND="doc? (
dev-python/mkdocs
dev-python/mkdocs-material
- dev-python/mkautodoc ) )"
+ dev-python/mkautodoc )"
DEPEND="test? (
dev-python/aiofiles[${PYTHON_USEDEP}]