diff options
author | Sam James <sam@gentoo.org> | 2022-06-03 03:38:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-03 03:38:26 +0100 |
commit | 995d90f56e1d5eb3b5342ba4ed5243c93f27286a (patch) | |
tree | bad47145d19343bd59a35c14ec6f4caf6020a4bf /sys-apps | |
parent | sys-apps/systemd: add Python 3.11 (diff) | |
download | gentoo-995d90f56e1d5eb3b5342ba4ed5243c93f27286a.tar.gz gentoo-995d90f56e1d5eb3b5342ba4ed5243c93f27286a.tar.bz2 gentoo-995d90f56e1d5eb3b5342ba4ed5243c93f27286a.zip |
sys-apps/systemd-utils: add Python 3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd-utils/systemd-utils-250.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd-utils/systemd-utils-250.7.ebuild b/sys-apps/systemd-utils/systemd-utils-250.7.ebuild index 21922a535e32..93edcbe9fa2c 100644 --- a/sys-apps/systemd-utils/systemd-utils-250.7.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-250.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) QA_PKGCONFIG_VERSION=$(ver_cut 1) |