summaryrefslogtreecommitdiff
path: root/dev-python/ipython/ipython-8.14.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-09 03:47:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-09 03:47:07 +0100
commit29d63ef1ebd8704a96d50408d409b9ef0ff3787b (patch)
treee6a0b5331404dc58dec6806e2422392a3b3ec35f /dev-python/ipython/ipython-8.14.0.ebuild
parentc875ddc2b3a59401c7da3cb2c085afff4ba24e28 (diff)
gentoo auto-resync : 09:06:2023 - 03:47:07
Diffstat (limited to 'dev-python/ipython/ipython-8.14.0.ebuild')
-rw-r--r--dev-python/ipython/ipython-8.14.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipython/ipython-8.14.0.ebuild b/dev-python/ipython/ipython-8.14.0.ebuild
index e4666a5670eb..2c3e6178debf 100644
--- a/dev-python/ipython/ipython-8.14.0.ebuild
+++ b/dev-python/ipython/ipython-8.14.0.ebuild
@@ -150,7 +150,7 @@ pkg_postinst() {
optfeature "%mprun magic command" dev-python/memory_profiler
if use nbconvert; then
- if ! has_version app-text/pandoc ; then
+ if ! has_version virtual/pandoc ; then
einfo "Node.js will be used to convert notebooks to other formats"
einfo "like HTML. Support for that is still experimental. If you"
einfo "encounter any problems, please use app-text/pandoc instead."