commit:     02be02c286d404b426170105b4edb99089984cfb
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri May 10 12:17:29 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 10 12:55:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02be02c2

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 <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36627
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 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 b415c8c8303c..a66af6d25158 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
 

Reply via email to