diff options
author | Sam James <sam@gentoo.org> | 2024-06-02 05:48:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-02 05:57:07 +0100 |
commit | fba1d4fdbe7870042f54fb48a54cdf5c2021ed18 (patch) | |
tree | 18c0fdcb10fcac2ef58377a734c2c1a52c91ef2f /dev-build | |
parent | net-dns/dnsviz: drop 0.9.4-r1 (diff) | |
download | gentoo-fba1d4fdbe7870042f54fb48a54cdf5c2021ed18.tar.gz gentoo-fba1d4fdbe7870042f54fb48a54cdf5c2021ed18.tar.bz2 gentoo-fba1d4fdbe7870042f54fb48a54cdf5c2021ed18.zip |
dev-build/automake-vanilla: enable py3.12
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build')
-rw-r--r-- | dev-build/automake-vanilla/automake-vanilla-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-build/automake-vanilla/automake-vanilla-9999.ebuild b/dev-build/automake-vanilla/automake-vanilla-9999.ebuild index f8bc9f1579a5..21168cdee797 100644 --- a/dev-build/automake-vanilla/automake-vanilla-9999.ebuild +++ b/dev-build/automake-vanilla/automake-vanilla-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Please do not apply any patches which affect the generated output from # `automake`, as this package is used to submit patches upstream. -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 |