mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/36627 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
a167b24a40
commit
02be02c286
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user