diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-09 17:09:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-09 17:09:01 +0100 |
commit | 34875e30e73e33d3597d1101cdf97dc22729b268 (patch) | |
tree | 00ceaa1b110733c921aaf3fb85d55cd9c76f2aee /dev-build/automake | |
parent | dev-build/automake: Set EGIT_MIN_CLONE_TYPE (diff) | |
download | gentoo-34875e30e73e33d3597d1101cdf97dc22729b268.tar.gz gentoo-34875e30e73e33d3597d1101cdf97dc22729b268.tar.bz2 gentoo-34875e30e73e33d3597d1101cdf97dc22729b268.zip |
dev-build/automake: Enable py3.12 on -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-build/automake')
-rw-r--r-- | dev-build/automake/automake-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-build/automake/automake-9999.ebuild b/dev-build/automake/automake-9999.ebuild index 2c69b7942972..a5d0371f5253 100644 --- a/dev-build/automake/automake-9999.ebuild +++ b/dev-build/automake/automake-9999.ebuild @@ -8,7 +8,7 @@ EAPI=7 # on new automake (major) releases, as well as the dependency in RDEPEND below too. # * Update _WANT_AUTOMAKE and _automake_atom case statement in autotools.eclass. -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 |