commit: ab62354b98d5de95511532505a005464c9dd4226 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info> AuthorDate: Fri Jun 10 06:45:37 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 10 06:49:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab62354b
app-text/dblatex: enable py3.10 Closes: https://bugs.gentoo.org/845594 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info> Closes: https://github.com/gentoo/gentoo/pull/25841 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/dblatex/dblatex-0.3.11-r1.ebuild | 4 ++-- app-text/dblatex/dblatex-0.3.12.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/dblatex/dblatex-0.3.11-r1.ebuild b/app-text/dblatex/dblatex-0.3.11-r1.ebuild index 37b46061e629..5bab62cc5e6d 100644 --- a/app-text/dblatex/dblatex-0.3.11-r1.ebuild +++ b/app-text/dblatex/dblatex-0.3.11-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit distutils-r1 diff --git a/app-text/dblatex/dblatex-0.3.12.ebuild b/app-text/dblatex/dblatex-0.3.12.ebuild index 17da88fbf400..122c894d4188 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_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit distutils-r1
