diff options
-rw-r--r-- | dev-python/ipython/ipython-3.2.1-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/ipython/ipython-3.2.1-r1.ebuild b/dev-python/ipython/ipython-3.2.1-r1.ebuild index a4db074de7ec..f482b55a62bd 100644 --- a/dev-python/ipython/ipython-3.2.1-r1.ebuild +++ b/dev-python/ipython/ipython-3.2.1-r1.ebuild @@ -145,6 +145,8 @@ python_install_all() { pkg_postinst() { optfeature "sympyprinting" dev-python/sympy optfeature "cythonmagic" dev-python/cython + optfeature "%lprun magic command" dev-python/line_profiler + optfeature "%mprun magic command" dev-python/memory_profiler if use nbconvert; then if ! has_version app-text/pandoc ; then einfo "Node.js will be used to convert notebooks to other formats" |