From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 170B2138334 for ; Mon, 1 Oct 2018 14:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAD69E09BD; Mon, 1 Oct 2018 14:20:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5243E09BD for ; Mon, 1 Oct 2018 14:20:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78D0F335D5D for ; Mon, 1 Oct 2018 14:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A06152C6 for ; Mon, 1 Oct 2018 14:20:55 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1538403645.84086e01723129a858b14393708930dab3281731.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx/sphinx-1.7.5-r1.ebuild X-VCS-Directories: dev-python/sphinx/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 84086e01723129a858b14393708930dab3281731 X-VCS-Branch: master Date: Mon, 1 Oct 2018 14:20:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1d767107-b33d-4586-b7df-ce044e9cf344 X-Archives-Hash: 98aba359abc0b183c334d7cda756deb0 commit: 84086e01723129a858b14393708930dab3281731 Author: Mike Gilbert gentoo org> AuthorDate: Mon Oct 1 14:20:45 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Oct 1 14:20:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84086e01 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 gentoo.org> 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 41d621812a7..c07053270ff 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^}"