summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2022-07-04 01:01:31 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2022-07-04 01:01:31 +0000
commit7dca92908591ff274a991c8eb438d165f70c9a5f (patch)
tree03f510844c932aa17e44c1c27d05f01e6b359a52
parent2022-07-04 00:46:40 UTC (diff)
parentsys-block/targetcli-fb: update EAPI 7 -> 8, enable Python 3.10 (diff)
downloadgentoo-7dca92908591ff274a991c8eb438d165f70c9a5f.tar.gz
gentoo-7dca92908591ff274a991c8eb438d165f70c9a5f.tar.bz2
gentoo-7dca92908591ff274a991c8eb438d165f70c9a5f.zip
Merge updates from master
-rw-r--r--sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild4
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"