commit: 9c2d323e142f1b651e4fbc73089348dd5fdaccfb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 15 23:15:46 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 15 23:15:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2d323e
sys-block/targetcli-fb: enable py3.11 Closes: https://bugs.gentoo.org/897282 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild b/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild index 5827a78ab220..3f6d5ded9f8e 100644 --- a/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild +++ b/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 systemd DESCRIPTION="Command shell for managing Linux LIO kernel target"
