Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/targetcli-fb/
Date: Mon, 04 Jul 2022 00:46:38
Message-Id: 1656895581.b8516dc07a786a1aff6cd493376a7b2810a9a82c.sam@gentoo
1 commit: b8516dc07a786a1aff6cd493376a7b2810a9a82c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 00:46:13 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 00:46:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8516dc0
7
8 sys-block/targetcli-fb: update EAPI 7 -> 8, enable Python 3.10
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild b/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild
16 index 082c0fae52ba..d06452a48d77 100644
17 --- a/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild
18 +++ b/sys-block/targetcli-fb/targetcli-fb-2.1.54.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 -PYTHON_COMPAT=( python3_{8..9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 inherit distutils-r1 systemd
29
30 DESCRIPTION="Command shell for managing Linux LIO kernel target"