diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-10-12 16:30:02 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-10-12 16:31:11 -0400 |
commit | 3a9db62a816e5c969eaaf861ee89bb81e7182a9e (patch) | |
tree | 3fc48c0640938e39281e415036ebef6b5d6dea52 /sys-apps | |
parent | dev-qt/qtsvg: backport qt6.6 fix for crash with invalid SVGs (diff) | |
download | gentoo-3a9db62a816e5c969eaaf861ee89bb81e7182a9e.tar.gz gentoo-3a9db62a816e5c969eaaf861ee89bb81e7182a9e.tar.bz2 gentoo-3a9db62a816e5c969eaaf861ee89bb81e7182a9e.zip |
sys-apps/systemd: enable py3.12
Closes: https://bugs.gentoo.org/915630
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/systemd-254.5.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/systemd/systemd-254.5.ebuild b/sys-apps/systemd/systemd-254.5.ebuild index 7a5aba42144b..e1d321110de3 100644 --- a/sys-apps/systemd/systemd-254.5.ebuild +++ b/sys-apps/systemd/systemd-254.5.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} ) # Avoid QA warnings TMPFILES_OPTIONAL=1 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 8a079d678095..7c6c59f40926 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.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} ) # Avoid QA warnings TMPFILES_OPTIONAL=1 |