summaryrefslogtreecommitdiff
path: root/dev-python/nbconvert/nbconvert-7.3.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/nbconvert/nbconvert-7.3.1.ebuild')
-rw-r--r--dev-python/nbconvert/nbconvert-7.3.1.ebuild2
1 files changed, 1 insertions, 1 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."