diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-10-12 16:30:54 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-10-12 16:31:20 -0400 |
commit | 366c4051d2fd8f572f37ba993c3fea92bd5c17df (patch) | |
tree | ca48071be9bd5d1a6d42491c0d0fbb6bb8e51840 /sys-apps/systemd-utils | |
parent | sys-apps/systemd: enable py3.12 (diff) | |
download | gentoo-366c4051d2fd8f572f37ba993c3fea92bd5c17df.tar.gz gentoo-366c4051d2fd8f572f37ba993c3fea92bd5c17df.tar.bz2 gentoo-366c4051d2fd8f572f37ba993c3fea92bd5c17df.zip |
sys-apps/systemd-utils: enable py3.12
Closes: https://bugs.gentoo.org/915630
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd-utils')
-rw-r--r-- | sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild b/sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild index acd85797cc65..9916ee96b58c 100644 --- a/sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) QA_PKGCONFIG_VERSION=$(ver_cut 1) |