summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-10-12 16:30:54 -0400
committerMike Gilbert <floppym@gentoo.org>2023-10-12 16:31:20 -0400
commit366c4051d2fd8f572f37ba993c3fea92bd5c17df (patch)
treeca48071be9bd5d1a6d42491c0d0fbb6bb8e51840
parentsys-apps/systemd: enable py3.12 (diff)
downloadgentoo-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>
-rw-r--r--sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild2
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)