Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcap-ng/
Date: Sun, 31 Oct 2021 20:09:57
Message-Id: 1635710980.eacbddc77cea0ff4313712022078d7e83da52e76.arthurzam@gentoo
1 commit: eacbddc77cea0ff4313712022078d7e83da52e76
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 07:47:41 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 20:09:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacbddc7
7
8 sys-libs/libcap-ng: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild b/sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild
16 index e8d8ab36eea..f79095d5582 100644
17 --- a/sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild
18 +++ b/sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit autotools flag-o-matic python-r1