From: Mike Gilbert Date: Mon, 1 Oct 2018 14:20:45 +0000 (-0400) Subject: dev-python/sphinx: avoid REQUIRED_USE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=84086e01723129a858b14393708930dab3281731;p=gentoo.git 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 --- 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^}"