Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/htail/
Date: Wed, 01 Mar 2023 04:22:37
Message-Id: 1677644525.0b670731739e39288e56b8c266a904c389443661.zmedico@gentoo
1 commit: 0b670731739e39288e56b8c266a904c389443661
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 04:21:58 2023 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 04:22:05 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b670731
7
8 net-misc/htail: enable py3.11
9
10 Closes: https://bugs.gentoo.org/897126
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 net-misc/htail/htail-1.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/htail/htail-1.5.ebuild b/net-misc/htail/htail-1.5.ebuild
17 index 96d199eb59a7..5b91fa1c3dcc 100644
18 --- a/net-misc/htail/htail-1.5.ebuild
19 +++ b/net-misc/htail/htail-1.5.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{9..10} )
25 +PYTHON_COMPAT=( python3_{9..11} )
26 DISTUTILS_USE_SETUPTOOLS=bdepend
27
28 inherit distutils-r1