From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F8A7138351 for ; Tue, 24 Mar 2020 16:37:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 416ACE0977; Tue, 24 Mar 2020 16:37:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B105E0976 for ; Tue, 24 Mar 2020 16:37:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AFE634EF6C for ; Tue, 24 Mar 2020 16:37:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14F8D1D4 for ; Tue, 24 Mar 2020 16:37:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1584644766.72835145cc35614e4d26c47893c004a240daa763.mgorny@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/starlette/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/starlette/starlette-0.13.2.ebuild X-VCS-Directories: dev-python/starlette/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 72835145cc35614e4d26c47893c004a240daa763 X-VCS-Branch: master Date: Tue, 24 Mar 2020 16:37:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 49385816-5d86-466d-b53b-75ec3835dc94 X-Archives-Hash: c6441949565aa5551a789ce003d98bc8 commit: 72835145cc35614e4d26c47893c004a240daa763 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Mar 19 19:06:06 2020 +0000 Commit: Michał Górny gentoo org> 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 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}]