diff options
author | Andrey Grozin <grozin@gentoo.org> | 2017-10-31 17:09:11 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2017-10-31 17:09:11 +0700 |
commit | 959ae26c53cb399ab135afd306bfcb7165b01368 (patch) | |
tree | d518d3d69981599ed4aa344650c3bb274871f63c /dev-tex/pythontex | |
parent | dev-perl/MooseX-ClassAttribute: Fix missing RDEP on List::MoreUtils bug #626590 (diff) | |
download | gentoo-959ae26c53cb399ab135afd306bfcb7165b01368.tar.gz gentoo-959ae26c53cb399ab135afd306bfcb7165b01368.tar.bz2 gentoo-959ae26c53cb399ab135afd306bfcb7165b01368.zip |
dev-tex/pythontex: dependencies fixed
Closes: https://bugs.gentoo.org/635594
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'dev-tex/pythontex')
-rw-r--r-- | dev-tex/pythontex/pythontex-0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/pythontex/pythontex-0.16.ebuild b/dev-tex/pythontex/pythontex-0.16.ebuild index 4e2cabb8f62e..7e0fa1b75525 100644 --- a/dev-tex/pythontex/pythontex-0.16.ebuild +++ b/dev-tex/pythontex/pythontex-0.16.ebuild @@ -19,9 +19,9 @@ IUSE="highlighting" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} - >=dev-texlive/texlive-latex-2016" + >=dev-texlive/texlive-latexextra-2016 + dev-tex/pgf" RDEPEND="${DEPEND} - >=dev-texlive/texlive-latex-2016 highlighting? ( dev-python/pygments[${PYTHON_USEDEP}] )" TEXMF=/usr/share/texmf-site |