diff options
author | 2020-12-06 11:19:53 +0100 | |
---|---|---|
committer | 2020-12-06 11:45:49 +0100 | |
commit | 6d5d75a0a3644f68d7f15aba2011fd2ce657acd6 (patch) | |
tree | a90cd18dbce5859c1806fb868bc7a39ca1a1ff54 /dev-python/httpcore | |
parent | eclass/docs: moved to ::gentoo (diff) | |
download | guru-6d5d75a0a3644f68d7f15aba2011fd2ce657acd6.tar.gz guru-6d5d75a0a3644f68d7f15aba2011fd2ce657acd6.tar.bz2 guru-6d5d75a0a3644f68d7f15aba2011fd2ce657acd6.zip |
*/*: variables renamed in new docs.eclass
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/httpcore')
-rw-r--r-- | dev-python/httpcore/httpcore-0.10.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/httpcore/httpcore-0.12.2.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/httpcore/httpcore-0.10.1.ebuild b/dev-python/httpcore/httpcore-0.10.1.ebuild index 0f7154b5..f00e9006 100644 --- a/dev-python/httpcore/httpcore-0.10.1.ebuild +++ b/dev-python/httpcore/httpcore-0.10.1.ebuild @@ -5,9 +5,9 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) -DOCBUILDER="mkdocs" -DOCDEPEND="dev-python/mkdocs-material" -AUTODOC=1 +DOCS_BUILDER="mkdocs" +DOCS_DEPEND="dev-python/mkdocs-material" +DOCS_AUTODOC=1 inherit distutils-r1 docs diff --git a/dev-python/httpcore/httpcore-0.12.2.ebuild b/dev-python/httpcore/httpcore-0.12.2.ebuild index 0cc94cbc..effb6272 100644 --- a/dev-python/httpcore/httpcore-0.12.2.ebuild +++ b/dev-python/httpcore/httpcore-0.12.2.ebuild @@ -5,9 +5,9 @@ EAPI=7 PYTHON_COMPAT=( python3_7 ) -DOCBUILDER="mkdocs" -DOCDEPEND="dev-python/mkdocs-material" -AUTODOC=1 +DOCS_BUILDER="mkdocs" +DOCS_DEPEND="dev-python/mkdocs-material" +DOCS_AUTODOC=1 inherit distutils-r1 docs |