diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-06 15:43:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-06 16:14:28 +0200 |
commit | 4ea7b3f4730854ab995e515133935413ab5dca00 (patch) | |
tree | 077d0f4ca5351de6005a7bad26ca224f52afd8fb /dev-build | |
parent | x11-wm/xpra: Fix file collision caused by failed tests (diff) | |
download | gentoo-4ea7b3f4730854ab995e515133935413ab5dca00.tar.gz gentoo-4ea7b3f4730854ab995e515133935413ab5dca00.tar.bz2 gentoo-4ea7b3f4730854ab995e515133935413ab5dca00.zip |
dev-build/automake: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-build')
-rw-r--r-- | dev-build/automake/automake-1.16.5-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-build/automake/automake-1.16.92.ebuild | 2 | ||||
-rw-r--r-- | dev-build/automake/automake-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-build/automake/automake-1.16.5-r2.ebuild b/dev-build/automake/automake-1.16.5-r2.ebuild index b1b2b9fb6761..7fac003550a5 100644 --- a/dev-build/automake/automake-1.16.5-r2.ebuild +++ b/dev-build/automake/automake-1.16.5-r2.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..12} ) +PYTHON_COMPAT=( python3_{10..13} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/jimmeyering.asc inherit python-any-r1 verify-sig diff --git a/dev-build/automake/automake-1.16.92.ebuild b/dev-build/automake/automake-1.16.92.ebuild index ac793c1acd3d..66fe54668a46 100644 --- a/dev-build/automake/automake-1.16.92.ebuild +++ b/dev-build/automake/automake-1.16.92.ebuild @@ -8,7 +8,7 @@ EAPI=8 # 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..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1 verify-sig diff --git a/dev-build/automake/automake-9999.ebuild b/dev-build/automake/automake-9999.ebuild index ac793c1acd3d..66fe54668a46 100644 --- a/dev-build/automake/automake-9999.ebuild +++ b/dev-build/automake/automake-9999.ebuild @@ -8,7 +8,7 @@ EAPI=8 # 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..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1 verify-sig |