Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-tex/pythontex/
Date: Thu, 07 Nov 2013 20:05:26
Message-Id: 1382399884.8381ae46ccb33445352711a216c1f01dfd02f792.alexxy@gentoo
1 commit: 8381ae46ccb33445352711a216c1f01dfd02f792
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Mon Oct 21 23:58:04 2013 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 21 23:58:04 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8381ae46
7
8 added missing deps
9
10 ---
11 dev-tex/pythontex/pythontex-0.12.ebuild | 2 ++
12 dev-tex/pythontex/pythontex-9999.ebuild | 2 ++
13 2 files changed, 4 insertions(+)
14
15 diff --git a/dev-tex/pythontex/pythontex-0.12.ebuild b/dev-tex/pythontex/pythontex-0.12.ebuild
16 index e8c8003..ca691a9 100644
17 --- a/dev-tex/pythontex/pythontex-0.12.ebuild
18 +++ b/dev-tex/pythontex/pythontex-0.12.ebuild
19 @@ -21,6 +21,8 @@ DEPEND="app-text/texlive
20 ${PYTHON_DEPS}"
21
22 RDEPEND="${DEPEND}
23 + dev-texlive/texlive-xetex
24 + >=dev-python/matplotlib-1.2.0
25 highlighting? ( dev-python/pygments[${PYTHON_USEDEP}] )"
26
27 TEXMF=/usr/share/texmf-site
28
29 diff --git a/dev-tex/pythontex/pythontex-9999.ebuild b/dev-tex/pythontex/pythontex-9999.ebuild
30 index d1439f4..befcf78 100644
31 --- a/dev-tex/pythontex/pythontex-9999.ebuild
32 +++ b/dev-tex/pythontex/pythontex-9999.ebuild
33 @@ -24,6 +24,8 @@ DEPEND="app-text/texlive
34 ${PYTHON_DEPS}"
35
36 RDEPEND="${DEPEND}
37 + dev-texlive/texlive-xetex
38 + >=dev-python/matplotlib-1.2.0
39 highlighting? ( dev-python/pygments[${PYTHON_USEDEP}] )"
40
41 src_prepare() {