From 52c40479f6fe063959f78c455cc4f9342e06edff Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 16 Jun 2025 07:07:40 +0000 Subject: [PATCH] dev-build/meson-format-array: Sync with Gentoo It's from Gentoo commit 3f9b0b6d59715d51ba3a9bbb754622b29850a8ac. --- .../dev-build/meson-format-array/meson-format-array-0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-build/meson-format-array/meson-format-array-0.ebuild b/sdk_container/src/third_party/portage-stable/dev-build/meson-format-array/meson-format-array-0.ebuild index 5367861a29..9bfc3ac247 100644 --- a/sdk_container/src/third_party/portage-stable/dev-build/meson-format-array/meson-format-array-0.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-build/meson-format-array/meson-format-array-0.ebuild @@ -1,8 +1,9 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) + +PYTHON_COMPAT=( python3_{11..14} ) inherit edo python-r1