diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-18 11:42:48 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-18 11:44:27 +0300 |
commit | 7bb013a1770402f134f30fd547d89ae479778235 (patch) | |
tree | 202c9ecc01f7b69c954767df2e34193f09f4aeca /sys-block | |
parent | dev-python/configshell-fb: add 1.1.29 (diff) | |
download | gentoo-7bb013a1770402f134f30fd547d89ae479778235.tar.gz gentoo-7bb013a1770402f134f30fd547d89ae479778235.tar.bz2 gentoo-7bb013a1770402f134f30fd547d89ae479778235.zip |
sys-block/targetcli-fb: enable py3.9
Closes: https://bugs.gentoo.org/794634
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild b/sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild index 7008cee2d863..e4c4816ab706 100644 --- a/sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild +++ b/sys-block/targetcli-fb/targetcli-fb-2.1.53.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Command shell for managing Linux LIO kernel target" |