From: Andrey Grozin Date: Tue, 6 Aug 2019 09:44:45 +0000 (+0700) Subject: dev-tex/pythontex: RDEPEND on dev-python/pygments always X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=58d160337c973b698f74c671bd7e36e672596066;p=gentoo.git 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 --- 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