Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/pythontex/
Date: Tue, 31 Oct 2017 10:09:55
Message-Id: 1509444551.959ae26c53cb399ab135afd306bfcb7165b01368.grozin@gentoo
1 commit: 959ae26c53cb399ab135afd306bfcb7165b01368
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 31 10:09:11 2017 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 31 10:09:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959ae26c
7
8 dev-tex/pythontex: dependencies fixed
9
10 Closes: https://bugs.gentoo.org/635594
11 Package-Manager: Portage-2.3.11, Repoman-2.3.3
12
13 dev-tex/pythontex/pythontex-0.16.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-tex/pythontex/pythontex-0.16.ebuild b/dev-tex/pythontex/pythontex-0.16.ebuild
17 index 4e2cabb8f62..7e0fa1b7552 100644
18 --- a/dev-tex/pythontex/pythontex-0.16.ebuild
19 +++ b/dev-tex/pythontex/pythontex-0.16.ebuild
20 @@ -19,9 +19,9 @@ IUSE="highlighting"
21 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
22
23 DEPEND="${PYTHON_DEPS}
24 - >=dev-texlive/texlive-latex-2016"
25 + >=dev-texlive/texlive-latexextra-2016
26 + dev-tex/pgf"
27 RDEPEND="${DEPEND}
28 - >=dev-texlive/texlive-latex-2016
29 highlighting? ( dev-python/pygments[${PYTHON_USEDEP}] )"
30
31 TEXMF=/usr/share/texmf-site