Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/xcolor/
Date: Mon, 01 Feb 2016 08:26:12
Message-Id: 1454315157.dbb5ea35372df0dbcda92f0bc8bcb3e50c89d113.aballier@gentoo
1 commit: dbb5ea35372df0dbcda92f0bc8bcb3e50c89d113
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 08:25:48 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 08:25:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb5ea35
7
8 dev-tex/xcolor: build doc conditionnally to avoid cycles in the dependency chain. Bug #573530
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-tex/xcolor/xcolor-2.11.ebuild | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-tex/xcolor/xcolor-2.11.ebuild b/dev-tex/xcolor/xcolor-2.11.ebuild
17 index a4e4cd4..14eff3f 100644
18 --- a/dev-tex/xcolor/xcolor-2.11.ebuild
19 +++ b/dev-tex/xcolor/xcolor-2.11.ebuild
20 @@ -11,15 +11,15 @@ SRC_URI="http://www.ukern.de/tex/xcolor/ctan/${P//[.-]/}.zip"
21 LICENSE="LPPL-1.2"
22 SLOT="0"
23 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
24 -IUSE=""
25 +IUSE="doc"
26
27 -RDEPEND="
28 - dev-texlive/texlive-latex
29 - dev-texlive/texlive-pstricks
30 - dev-texlive/texlive-latexextra
31 -"
32 +RDEPEND="dev-texlive/texlive-latex"
33
34 DEPEND="${RDEPEND}
35 + doc? (
36 + dev-texlive/texlive-pstricks
37 + dev-texlive/texlive-latexextra
38 + )
39 app-arch/unzip"
40
41 S="${WORKDIR}/${PN}"