commit: 1e1150c014faf60561be9042b271d94d38aba16a Author: Jan Vesely <jano.vesely <AT> gmail <DOT> com> AuthorDate: Wed Jan 18 16:49:55 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 21 06:48:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1150c0
app-portage/unsymlink-lib: Sync compatible python versions with sys-apps/portage Signed-off-by: Jan Vesely <jano.vesely <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29166 Signed-off-by: Sam James <sam <AT> gentoo.org> app-portage/unsymlink-lib/unsymlink-lib-20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild index 97a74ccd3d7b..c40f0b7b760a 100644 --- a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild +++ b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-single-r1 DESCRIPTION="Convert your system to SYMLINK_LIB=no"
