commit: 3a9db62a816e5c969eaaf861ee89bb81e7182a9e Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Oct 12 20:30:02 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Oct 12 20:31:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9db62a
sys-apps/systemd: enable py3.12 Closes: https://bugs.gentoo.org/915630 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-apps/systemd/systemd-254.5.ebuild | 2 +- 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
