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@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-19 20:04:45 +01:00
parent cae259bb13
commit 74ac05451d

View File

@@ -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? (