From b8516dc07a786a1aff6cd493376a7b2810a9a82c Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 4 Jul 2022 01:46:13 +0100 Subject: sys-block/targetcli-fb: update EAPI 7 -> 8, enable Python 3.10 Signed-off-by: Sam James --- sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-block') 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" -- cgit v1.2.3-65-gdbad