commit:     58d160337c973b698f74c671bd7e36e672596066
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 09:44:45 2019 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 09:45:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d16033

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 <grozin <AT> gentoo.org>

 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 91e46e98f50..60a36dee8a0 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
 

Reply via email to