commit: be2e0c1649ba1f299771552c433e6e4f9f4ae086
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 19 19:02:22 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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 <andrewammerlaan <AT> 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}]