commit: b8516dc07a786a1aff6cd493376a7b2810a9a82c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 4 00:46:13 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 4 00:46:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8516dc0
sys-block/targetcli-fb: update EAPI 7 -> 8, enable Python 3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild | 4 ++--
1 file 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"