commit: 5992ac3491d93cd58dcda9d17c621c2cc1aaadf7 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info> AuthorDate: Mon Apr 3 05:23:05 2023 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Wed Apr 5 06:55:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5992ac34
app-text/dblatex: enable py3.11 Bug: https://bugs.gentoo.org/896634 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info> Closes: https://github.com/gentoo/gentoo/pull/30452 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> app-text/dblatex/dblatex-0.3.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/dblatex/dblatex-0.3.12.ebuild b/app-text/dblatex/dblatex-0.3.12.ebuild index ba104ee9d005..5d96b015b1e6 100644 --- a/app-text/dblatex/dblatex-0.3.12.ebuild +++ b/app-text/dblatex/dblatex-0.3.12.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1