From 58d160337c973b698f74c671bd7e36e672596066 Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Tue, 6 Aug 2019 16:44:45 +0700 Subject: [PATCH] dev-tex/pythontex: RDEPEND on dev-python/pygments always Closes: https://bugs.gentoo.org/show_bug.cgi?id=691386 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andrey Grozin --- 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 91e46e98f50e..60a36dee8a0d 100644 --- a/dev-tex/pythontex/pythontex-0.16.ebuild +++ b/dev-tex/pythontex/pythontex-0.16.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit latex-package python-r1 @@ -22,7 +22,7 @@ DEPEND="${PYTHON_DEPS} >=dev-texlive/texlive-latexextra-2016 dev-tex/pgf" RDEPEND="${DEPEND} - highlighting? ( dev-python/pygments[${PYTHON_USEDEP}] )" + dev-python/pygments[${PYTHON_USEDEP}]" TEXMF=/usr/share/texmf-site -- 2.26.2