Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/
Date: Mon, 01 Oct 2018 03:55:56
Message-Id: 1538366145.b360b8a06c09f9bdfa230909a6ddf3fc0da1402b.floppym@gentoo
1 commit: b360b8a06c09f9bdfa230909a6ddf3fc0da1402b
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 03:55:13 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 03:55:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b360b8a0
7
8 dev-python/sphinx: require latex for testing
9
10 Temporary workaround for automagic latex usage in tests.
11
12 Bug: https://bugs.gentoo.org/667414
13 Package-Manager: Portage-2.3.50_p10, Repoman-2.3.11_p17
14 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
15
16 dev-python/sphinx/sphinx-1.7.5-r1.ebuild | 6 +++++-
17 1 file changed, 5 insertions(+), 1 deletion(-)
18
19 diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
20 index 68cbe615c4e..41d621812a7 100644
21 --- a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
22 +++ b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -17,6 +17,10 @@ SLOT="0"
30 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x86-fbsd ~x86-macos ~x86-linux ~x64-macos ~x64-solaris"
31 IUSE="doc latex net test"
32
33 +# Tests automagically use latex, bug 667414
34 +REQUIRED_USE="test? ( latex )"
35 +RESTRICT="!test? ( test )"
36 +
37 RDEPEND="
38 >=dev-python/alabaster-0.7.9[${PYTHON_USEDEP}]
39 <dev-python/alabaster-0.8[${PYTHON_USEDEP}]