diff options
author | Sam James <sam@gentoo.org> | 2022-07-04 01:46:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-04 01:46:21 +0100 |
commit | b8516dc07a786a1aff6cd493376a7b2810a9a82c (patch) | |
tree | 77a4f330af36816a1aa7a96a2510fc05b32bcbd5 /sys-block/targetcli-fb | |
parent | dev-lang/ghc: add 9.0.2 (no keywords) (diff) | |
download | gentoo-b8516dc07a786a1aff6cd493376a7b2810a9a82c.tar.gz gentoo-b8516dc07a786a1aff6cd493376a7b2810a9a82c.tar.bz2 gentoo-b8516dc07a786a1aff6cd493376a7b2810a9a82c.zip |
sys-block/targetcli-fb: update EAPI 7 -> 8, enable Python 3.10
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 | 4 |
1 files changed, 2 insertions, 2 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 082c0fae52ba..d06452a48d77 100644 --- a/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild +++ b/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 systemd DESCRIPTION="Command shell for managing Linux LIO kernel target" |