diff options
| author | Sam James <sam@gentoo.org> | 2026-07-12 09:05:22 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2026-07-12 09:06:38 +0100 |
| commit | d466e7385eed80383401271bbdd65c57e447e367 (patch) | |
| tree | 9168d6e21aa644bc495cfe0360da10dec936b3cc /app-portage | |
| parent | fae4196af1ecd6bac3941e9a6e52eb5e9e34c473 (diff) | |
app-portage/gentoolkit: enable py3.15
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
| -rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.7.6.ebuild | 2 | ||||
| -rw-r--r-- | app-portage/gentoolkit/gentoolkit-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-0.7.6.ebuild b/app-portage/gentoolkit/gentoolkit-0.7.6.ebuild index 89f1792d9643..f5621f8bded6 100644 --- a/app-portage/gentoolkit/gentoolkit-0.7.6.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.7.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{12..14} ) +PYTHON_COMPAT=( python3_{12..15} ) PYTHON_REQ_USE="xml(+),threads(+)" inherit meson python-r1 tmpfiles diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index 8d9223b1a26e..f5621f8bded6 100644 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{12..14} ) +PYTHON_COMPAT=( python3_{12..15} ) PYTHON_REQ_USE="xml(+),threads(+)" inherit meson python-r1 tmpfiles |
