public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/httpx/
Date: Tue, 24 Mar 2020 16:37:39 +0000 (UTC)	[thread overview]
Message-ID: <1584644542.be2e0c1649ba1f299771552c433e6e4f9f4ae086.mgorny@gentoo> (raw)

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


             reply	other threads:[~2020-03-24 16:37 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-24 16:37 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-19 10:14 [gentoo-commits] repo/proj/guru:master commit in: dev-python/httpx/ Michał Górny
2020-10-18  9:03 Andrew Ammerlaan
2020-09-06 12:36 Andrew Ammerlaan
2020-08-29 14:14 Andrew Ammerlaan
2020-08-29 14:14 Andrew Ammerlaan
2020-08-17 10:17 Andrew Ammerlaan
2020-08-14 18:35 Andrew Ammerlaan
2020-08-14 18:20 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-14 18:35 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-30 19:19 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-30 19:43 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-01 11:31 Andrew Ammerlaan
2020-05-28 11:06 Andrew Ammerlaan
2020-05-24  8:35 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-24 19:03 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-12 16:16 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-12 16:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-28 11:08 Andrew Ammerlaan
2020-03-09 17:55 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1584644542.be2e0c1649ba1f299771552c433e6e4f9f4ae086.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox