From e5125e3948e90b7a27e03eccba4f02b1e4aa5ac2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 1 May 2023 12:40:01 +0100 Subject: dev-tex/dot2tex: enable py3.11 Closes: https://bugs.gentoo.org/896910 Signed-off-by: Sam James --- dev-tex/dot2tex/dot2tex-2.11.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild index d8cae5ac288e..61614ae16b48 100644 --- a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="A Graphviz to LaTeX converter" -- cgit v1.2.3-65-gdbad