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: Sat, 30 Jan 2016 12:31:41
Message-Id: 1454157090.df0d8829a814e33aebd7ea526d9aea619e84a226.aballier@gentoo
1 commit: df0d8829a814e33aebd7ea526d9aea619e84a226
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 12:31:23 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 12:31:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0d8829
7
8 dev-tex/xcolor: add missing pstricks dep, bug #573292
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 | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-tex/xcolor/xcolor-2.11.ebuild b/dev-tex/xcolor/xcolor-2.11.ebuild
17 index e88a8f7..bb9d3c7 100644
18 --- a/dev-tex/xcolor/xcolor-2.11.ebuild
19 +++ b/dev-tex/xcolor/xcolor-2.11.ebuild
20 @@ -13,7 +13,10 @@ SLOT="0"
21 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"
22 IUSE=""
23
24 -RDEPEND="dev-texlive/texlive-latex"
25 +RDEPEND="
26 + dev-texlive/texlive-latex
27 + dev-texlive/texlive-pstricks
28 +"
29
30 DEPEND="${RDEPEND}
31 app-arch/unzip"