commit: 959ae26c53cb399ab135afd306bfcb7165b01368 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Tue Oct 31 10:09:11 2017 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Tue Oct 31 10:09:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959ae26c
dev-tex/pythontex: dependencies fixed Closes: https://bugs.gentoo.org/635594 Package-Manager: Portage-2.3.11, Repoman-2.3.3 dev-tex/pythontex/pythontex-0.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tex/pythontex/pythontex-0.16.ebuild b/dev-tex/pythontex/pythontex-0.16.ebuild index 4e2cabb8f62..7e0fa1b7552 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
