From f6e50e81e0681f8a01931405a3f6bb8f2bcb8075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bissey?= Date: Wed, 16 Oct 2024 14:43:56 +1300 Subject: [PATCH] sci-mathematics/sage-doc: Does sagemath #38764 help? --- sci-mathematics/sage-doc/sage-doc-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sci-mathematics/sage-doc/sage-doc-9999.ebuild b/sci-mathematics/sage-doc/sage-doc-9999.ebuild index 95ea09465..d827eaa3b 100644 --- a/sci-mathematics/sage-doc/sage-doc-9999.ebuild +++ b/sci-mathematics/sage-doc/sage-doc-9999.ebuild @@ -88,11 +88,6 @@ src_unpack(){ src_prepare(){ default - if has_version media-gfx/graphviz ; then - has_version dev-tex/dot2tex || die \ - "You have graphviz installed. In that case you also need to install dot2tex to build the documentation." - fi - einfo "bootstrapping the documentation - be patient" SAGE_ROOT="${S}" PATH="${S}/build/bin:${PATH}" src/doc/bootstrap || die "cannot bootstrap the documentation"