diff options
author | Sam James <sam@gentoo.org> | 2023-06-08 23:32:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-08 23:34:31 +0100 |
commit | 76b03ec220ba4ee70d521c1cf9a7afa959d000ad (patch) | |
tree | bfb0a0f7071382c03f971a33eb97ec6ec2418e21 /dev-python/nbconvert | |
parent | dev-libs/pmdk: use virtual/pandoc (diff) | |
download | gentoo-76b03ec220ba4ee70d521c1cf9a7afa959d000ad.tar.gz gentoo-76b03ec220ba4ee70d521c1cf9a7afa959d000ad.tar.bz2 gentoo-76b03ec220ba4ee70d521c1cf9a7afa959d000ad.zip |
dev-python/nbconvert: use virtual/pandoc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/nbconvert')
-rw-r--r-- | dev-python/nbconvert/nbconvert-7.3.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/nbconvert/nbconvert-7.4.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nbconvert/nbconvert-7.3.1.ebuild b/dev-python/nbconvert/nbconvert-7.3.1.ebuild index f7fea0d0ce0e..c1f994686ded 100644 --- a/dev-python/nbconvert/nbconvert-7.3.1.ebuild +++ b/dev-python/nbconvert/nbconvert-7.3.1.ebuild @@ -85,7 +85,7 @@ python_test() { } pkg_postinst() { - if ! has_version app-text/pandoc && ! has_version app-text/pandoc-bin; then + if ! has_version virtual/pandoc; then einfo "Pandoc is required for converting to formats other than Python," einfo "HTML, and Markdown. If you need this functionality, install" einfo "app-text/pandoc or app-text/pandoc-bin." diff --git a/dev-python/nbconvert/nbconvert-7.4.0.ebuild b/dev-python/nbconvert/nbconvert-7.4.0.ebuild index 51776ff6b345..4145050a76bc 100644 --- a/dev-python/nbconvert/nbconvert-7.4.0.ebuild +++ b/dev-python/nbconvert/nbconvert-7.4.0.ebuild @@ -85,7 +85,7 @@ python_test() { } pkg_postinst() { - if ! has_version app-text/pandoc && ! has_version app-text/pandoc-bin; then + if ! has_version virtual/pandoc; then einfo "Pandoc is required for converting to formats other than Python," einfo "HTML, and Markdown. If you need this functionality, install" einfo "app-text/pandoc or app-text/pandoc-bin." |