diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-09-02 15:46:43 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-09-02 15:46:48 +0200 |
commit | e21e6e4c0255f463d69cefe1c8626aa5257ca3d8 (patch) | |
tree | 7bf79939ca57ac7af3eff861aa49e068285682ce /app-emulation/xen | |
parent | app-emulation/xen-tools: enable py3.11 (diff) | |
download | gentoo-e21e6e4c0255f463d69cefe1c8626aa5257ca3d8.tar.gz gentoo-e21e6e4c0255f463d69cefe1c8626aa5257ca3d8.tar.bz2 gentoo-e21e6e4c0255f463d69cefe1c8626aa5257ca3d8.zip |
app-emulation/xen: enable py3.11
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-4.16.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen/xen-4.16.2.ebuild b/app-emulation/xen/xen-4.16.2.ebuild index 1ba64bff20e1..108e94c663c3 100644 --- a/app-emulation/xen/xen-4.16.2.ebuild +++ b/app-emulation/xen/xen-4.16.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit flag-o-matic mount-boot python-any-r1 toolchain-funcs |