From 50909dbba47c5ab7d9dc65e95cf4dd6825e0a4f4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 30 Jun 2023 14:19:54 +0100 Subject: dev-tex/dot2tex: fix DEPEND Signed-off-by: Sam James --- dev-tex/dot2tex/dot2tex-2.11.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild index b0b1de32e61f..ec5e1fafb509 100644 --- a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild @@ -18,8 +18,8 @@ IUSE="doc examples" DEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]" RDEPEND=" dev-python/pydot[${PYTHON_USEDEP}] - media-gfx/graphviz" -DEPEND="${DEPEND}" + media-gfx/graphviz +" BDEPEND="doc? ( dev-python/sphinx )" EPYTEST_DESELECT=( -- cgit v1.2.3-65-gdbad