diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 10:39:54 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 10:40:57 +0300 |
commit | 1a0ada1cae7ee649a0ef6cc34d332da83d81b40d (patch) | |
tree | e24c67b9bcca45f6558d08206ef668bf39df9016 /dev-util/meson-format-array | |
parent | sys-devel/clang-common: backport maybe-stddefs to 15.x (diff) | |
download | gentoo-1a0ada1cae7ee649a0ef6cc34d332da83d81b40d.tar.gz gentoo-1a0ada1cae7ee649a0ef6cc34d332da83d81b40d.tar.bz2 gentoo-1a0ada1cae7ee649a0ef6cc34d332da83d81b40d.zip |
dev-util/meson-format-array: EAPI=8, enable py3.12
I've tested the contents of the package, and there is no regression
with contents of the EAPI bump, so it is safe to do without revbump.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/meson-format-array')
-rw-r--r-- | dev-util/meson-format-array/meson-format-array-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/meson-format-array/meson-format-array-0.ebuild b/dev-util/meson-format-array/meson-format-array-0.ebuild index 2428eb34780c..1800171ff92f 100644 --- a/dev-util/meson-format-array/meson-format-array-0.ebuild +++ b/dev-util/meson-format-array/meson-format-array-0.ebuild @@ -1,8 +1,8 @@ # Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +EAPI=8 +PYTHON_COMPAT=( python3_{10..12} ) inherit python-r1 |