aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-12-06 11:19:53 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-12-06 11:45:49 +0100
commit6d5d75a0a3644f68d7f15aba2011fd2ce657acd6 (patch)
treea90cd18dbce5859c1806fb868bc7a39ca1a1ff54 /dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
parenteclass/docs: moved to ::gentoo (diff)
downloadguru-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/python-pkcs11/python-pkcs11-0.7.0.ebuild')
-rw-r--r--dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild b/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
index 3aa228e1c..13a7d4d2a 100644
--- a/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
+++ b/dev-python/python-pkcs11/python-pkcs11-0.7.0.ebuild
@@ -5,9 +5,9 @@ EAPI="7"
PYTHON_COMPAT=( python3_7 )
-DOCBUILDER="sphinx"
-DOCDIR="${S}/docs"
-DOCDEPEND="dev-python/sphinx_rtd_theme"
+DOCS_BUILDER="sphinx"
+DOCS_DIR="${S}/docs"
+DOCS_DEPEND="dev-python/sphinx_rtd_theme"
inherit distutils-r1 docs