diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2022-06-09 23:45:37 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-10 07:49:07 +0100 |
commit | ab62354b98d5de95511532505a005464c9dd4226 (patch) | |
tree | c8989cf86ce96498ee0f247c9975cd47a6fb02df /app-text | |
parent | dev-lang/go: arm64 stable wrt bug #850904 (diff) | |
download | gentoo-ab62354b98d5de95511532505a005464c9dd4226.tar.gz gentoo-ab62354b98d5de95511532505a005464c9dd4226.tar.bz2 gentoo-ab62354b98d5de95511532505a005464c9dd4226.zip |
app-text/dblatex: enable py3.10
Closes: https://bugs.gentoo.org/845594
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/25841
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dblatex/dblatex-0.3.11-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 |