Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/
Date: Wed, 24 Aug 2022 15:36:36
Message-Id: 1661355376.273a7f92150be905787cd14cb7896bc844fed7e1.marecki@gentoo
1 commit: 273a7f92150be905787cd14cb7896bc844fed7e1
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 15:16:23 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 15:36:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273a7f92
7
8 net-analyzer/suricata: enable py3.11
9
10 Builds, tests and installs fine with this Python version.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 net-analyzer/suricata/suricata-6.0.6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-analyzer/suricata/suricata-6.0.6.ebuild b/net-analyzer/suricata/suricata-6.0.6.ebuild
18 index 751a280a7b5d..a3816e04eee7 100644
19 --- a/net-analyzer/suricata/suricata-6.0.6.ebuild
20 +++ b/net-analyzer/suricata/suricata-6.0.6.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=8
23
24 LUA_COMPAT=( lua5-1 luajit )
25 -PYTHON_COMPAT=( python3_{8..10} )
26 +PYTHON_COMPAT=( python3_{8..11} )
27
28 inherit autotools flag-o-matic linux-info lua-single python-single-r1 systemd tmpfiles