commit: 8096f5d9d4d51d5a2fb403e133afbe0ecdbef43d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Feb 23 08:36:16 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Feb 23 08:36:16 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8096f5d9
app-office/visidata: add DISTUTILS_USE_SETUPTOOLS=rdepend
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
app-office/visidata/visidata-2.1.1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-office/visidata/visidata-2.1.1.ebuild
b/app-office/visidata/visidata-2.1.1.ebuild
index f1dc1c502..8a63fed59 100644
--- a/app-office/visidata/visidata-2.1.1.ebuild
+++ b/app-office/visidata/visidata-2.1.1.ebuild
@@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 optfeature
@@ -30,9 +31,9 @@ BDEPEND="
)
"
-distutils_enable_sphinx docs \
- dev-python/recommonmark \
- dev-python/sphinx-argparse
+#distutils_enable_sphinx docs \
+# dev-python/recommonmark \
+# dev-python/sphinx-argparse
# dev-python/sphinx-markdown-tables
python_prepare_all() {