Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/unsymlink-lib/
Date: Wed, 29 Dec 2021 13:00:14
Message-Id: 1640782805.4fe9bb2640c3e8127f543c12f81147d317c33d46.mgorny@gentoo
1 commit: 4fe9bb2640c3e8127f543c12f81147d317c33d46
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 29 12:59:47 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 29 13:00:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe9bb26
7
8 app-portage/unsymlink-lib: Enable py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/unsymlink-lib/unsymlink-lib-20.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild
16 index 3cca8af5cca1..070dd5986d41 100644
17 --- a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild
18 +++ b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 inherit python-single-r1
26
27 DESCRIPTION="Convert your system to SYMLINK_LIB=no"