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 C84E8138350 for ; Tue, 24 Mar 2020 16:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACB2AE0967; Tue, 24 Mar 2020 16:37:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8BAB1E095D for ; Tue, 24 Mar 2020 16:37:44 +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 95A0F34EF25 for ; Tue, 24 Mar 2020 16:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D24941CE for ; Tue, 24 Mar 2020 16:37:39 +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: <1584644542.be2e0c1649ba1f299771552c433e6e4f9f4ae086.mgorny@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/httpx/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/httpx/httpx-0.11.1.ebuild dev-python/httpx/httpx-0.12.0.ebuild X-VCS-Directories: dev-python/httpx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: be2e0c1649ba1f299771552c433e6e4f9f4ae086 X-VCS-Branch: master Date: Tue, 24 Mar 2020 16:37:39 +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: 5e7fe6eb-cfa5-4b20-b3c3-20699f30d71a X-Archives-Hash: de0bd0be3295eef97c446c982b292df6 commit: be2e0c1649ba1f299771552c433e6e4f9f4ae086 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Mar 19 19:02:22 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 19 19:02:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be2e0c16 dev-python/httpx: 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/httpx/httpx-0.11.1.ebuild | 5 ++--- dev-python/httpx/httpx-0.12.0.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-python/httpx/httpx-0.11.1.ebuild b/dev-python/httpx/httpx-0.11.1.ebuild index 1de54b5..e3e5ce2 100644 --- a/dev-python/httpx/httpx-0.11.1.ebuild +++ b/dev-python/httpx/httpx-0.11.1.ebuild @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="doc" -REQUIRED_USE="x86? ( !doc )" RDEPEND="dev-python/certifi[${PYTHON_USEDEP}] dev-python/chardet[${PYTHON_USEDEP}] @@ -29,10 +28,10 @@ RDEPEND="dev-python/certifi[${PYTHON_USEDEP}] dev-python/sniffio[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}]" -BDEPEND="doc? ( !x86? ( +BDEPEND="doc? ( dev-python/mkdocs dev-python/mkautodoc - dev-python/mkdocs-material ) )" + dev-python/mkdocs-material )" DEPEND="test? ( dev-python/attrs[${PYTHON_USEDEP}] diff --git a/dev-python/httpx/httpx-0.12.0.ebuild b/dev-python/httpx/httpx-0.12.0.ebuild index 1de54b5..e3e5ce2 100644 --- a/dev-python/httpx/httpx-0.12.0.ebuild +++ b/dev-python/httpx/httpx-0.12.0.ebuild @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="doc" -REQUIRED_USE="x86? ( !doc )" RDEPEND="dev-python/certifi[${PYTHON_USEDEP}] dev-python/chardet[${PYTHON_USEDEP}] @@ -29,10 +28,10 @@ RDEPEND="dev-python/certifi[${PYTHON_USEDEP}] dev-python/sniffio[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}]" -BDEPEND="doc? ( !x86? ( +BDEPEND="doc? ( dev-python/mkdocs dev-python/mkautodoc - dev-python/mkdocs-material ) )" + dev-python/mkdocs-material )" DEPEND="test? ( dev-python/attrs[${PYTHON_USEDEP}]