summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2019-08-06 16:44:45 +0700
committerAndrey Grozin <grozin@gentoo.org>2019-08-06 16:45:45 +0700
commit58d160337c973b698f74c671bd7e36e672596066 (patch)
tree2b471725700bf6476a1e7147f2e2d31b429070f5 /dev-tex
parentmedia-sound/fluidsynth: alpha stable wrt bug #687822 (diff)
downloadgentoo-58d160337c973b698f74c671bd7e36e672596066.tar.gz
gentoo-58d160337c973b698f74c671bd7e36e672596066.tar.bz2
gentoo-58d160337c973b698f74c671bd7e36e672596066.zip
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@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/pythontex/pythontex-0.16.ebuild4
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 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