From 02be02c286d404b426170105b4edb99089984cfb Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Fri, 10 May 2024 15:17:29 +0300 Subject: [PATCH] app-shells/bash-completion: disable py3.13 * To add a target that isn't supported by bash-completions you have first modify the completions file to add the new target and symlink it. * Symlinking is incorrectly done currently as dosym adds D already. Closes: https://bugs.gentoo.org/931665 Signed-off-by: Alfred Wingate Closes: https://github.com/gentoo/gentoo/pull/36627 Signed-off-by: Joonas Niilola --- app-shells/bash-completion/bash-completion-2.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/bash-completion/bash-completion-2.14.0.ebuild b/app-shells/bash-completion/bash-completion-2.14.0.ebuild index b415c8c8303cd..a66af6d251581 100644 --- a/app-shells/bash-completion/bash-completion-2.14.0.ebuild +++ b/app-shells/bash-completion/bash-completion-2.14.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 BASHCOMP_P=bashcomp-2.0.3 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1