From 26450a5401c6eab937a7c62e6e914c7ec552c5cf Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 4 Dec 2014 10:46:06 +0000 Subject: sphinx is only needed for doc Signed-off-by: aballier@gentoo.org (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A) --- dev-tex/dot2tex/ChangeLog | 5 ++++- dev-tex/dot2tex/dot2tex-2.9.0.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-tex') diff --git a/dev-tex/dot2tex/ChangeLog b/dev-tex/dot2tex/ChangeLog index a16843bd4dca..6eefd900ca87 100644 --- a/dev-tex/dot2tex/ChangeLog +++ b/dev-tex/dot2tex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/dot2tex # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.35 2014/12/04 10:43:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.36 2014/12/04 10:46:06 aballier Exp $ + + 04 Dec 2014; Alexis Ballier dot2tex-2.9.0.ebuild: + sphinx is only needed for doc *dot2tex-2.9.0 (04 Dec 2014) diff --git a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild index 2cc0120efa53..045fc3e32dee 100644 --- a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/dot2tex-2.9.0.ebuild,v 1.1 2014/12/04 10:43:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/dot2tex-2.9.0.ebuild,v 1.2 2014/12/04 10:46:06 aballier Exp $ EAPI=5 @@ -22,7 +22,7 @@ RDEPEND=" media-gfx/pydot[${PYTHON_USEDEP}] media-gfx/graphviz" DEPEND="${DEPEND} - dev-python/sphinx" + doc? ( dev-python/sphinx )" python_compile_all() { if use doc ; then -- cgit v1.2.3-65-gdbad