From 9c2d323e142f1b651e4fbc73089348dd5fdaccfb Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 16 May 2023 00:15:46 +0100 Subject: sys-block/targetcli-fb: enable py3.11 Closes: https://bugs.gentoo.org/897282 Signed-off-by: Sam James --- sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-block/targetcli-fb') 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" -- cgit v1.2.3-65-gdbad