From e54fd7ae45ac1a649bbb1876ed92f156a6f08c0c Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 17 Nov 2015 16:56:53 +0100 Subject: dev-python/ipython: Add {line,memory}_profiler to optfeature Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/ipython/ipython-3.2.1-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-python/ipython') 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" -- cgit v1.2.3