commit:     74ac05451d6c2682a6172d8fab8f6243d74d2efe
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 19 19:04:45 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 19 19:04:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=74ac0545

dev-python/databases: 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/databases/databases-0.3.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/databases/databases-0.3.0.ebuild 
b/dev-python/databases/databases-0.3.0.ebuild
index bcf028f..78a950c 100644
--- a/dev-python/databases/databases-0.3.0.ebuild
+++ b/dev-python/databases/databases-0.3.0.ebuild
@@ -19,7 +19,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE="doc"
-REQUIRED_USE="x86? ( !doc )"
 
 # Requires 'TEST_DATABASE_URLS' to be set
 # but to what, there is no documentation on this
@@ -32,9 +31,9 @@ RESTRICT="test"
 RDEPEND=">=dev-python/sqlalchemy-1.3.0[${PYTHON_USEDEP}]
        $(python_gen_cond_dep 'dev-python/aiocontextvars[${PYTHON_USEDEP}]' 
'python3_6')"
 
-BDEPEND="doc? ( !x86? (
+BDEPEND="doc? (
        dev-python/mkdocs
-       dev-python/mkdocs-material ) )"
+       dev-python/mkdocs-material )"
 
 # autoflake, codecov also required for tests?
 DEPEND="test? (

Reply via email to