From 84086e01723129a858b14393708930dab3281731 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 1 Oct 2018 10:20:45 -0400 Subject: [PATCH] dev-python/sphinx: avoid REQUIRED_USE Instead, copy the latex deps behind the test contitional. Package-Manager: Portage-2.3.50_p10, Repoman-2.3.11_p17 Signed-off-by: Mike Gilbert --- dev-python/sphinx/sphinx-1.7.5-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild index 41d621812a79..c07053270ff4 100644 --- a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild +++ b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="doc latex net test" # Tests automagically use latex, bug 667414 -REQUIRED_USE="test? ( latex )" +#REQUIRED_USE="test? ( latex )" RESTRICT="!test? ( test )" RDEPEND=" @@ -58,6 +58,9 @@ DEPEND="${RDEPEND} >=dev-python/whoosh-2.0[${PYTHON_USEDEP}] virtual/imagemagick-tools[jpeg,png,svg] virtual/python-enum34[${PYTHON_USEDEP}] + dev-texlive/texlive-latexextra + dev-texlive/texlive-luatex + app-text/dvipng )" S="${WORKDIR}/${P^}" -- 2.26.2