diff options
author | Sam James <sam@gentoo.org> | 2023-05-16 00:15:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-16 00:15:46 +0100 |
commit | 9c2d323e142f1b651e4fbc73089348dd5fdaccfb (patch) | |
tree | 43459edbfa4f929d7f7ede45278b0e42c9de3308 /sys-block/targetcli-fb | |
parent | media-gfx/photoqt: add gitlab upstream metadata (diff) | |
download | gentoo-9c2d323e142f1b651e4fbc73089348dd5fdaccfb.tar.gz gentoo-9c2d323e142f1b651e4fbc73089348dd5fdaccfb.tar.bz2 gentoo-9c2d323e142f1b651e4fbc73089348dd5fdaccfb.zip |
sys-block/targetcli-fb: enable py3.11
Closes: https://bugs.gentoo.org/897282
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block/targetcli-fb')
-rw-r--r-- | sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |