diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-05-10 15:17:29 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-05-10 15:55:51 +0300 |
commit | 02be02c286d404b426170105b4edb99089984cfb (patch) | |
tree | 8ab0c6baffcb4c2a0f5cacbd944ada5af43bbf30 /app-shells | |
parent | dev-qt/qtwebengine: note reminder of when to drop workaround (diff) | |
download | gentoo-02be02c286d404b426170105b4edb99089984cfb.tar.gz gentoo-02be02c286d404b426170105b4edb99089984cfb.tar.bz2 gentoo-02be02c286d404b426170105b4edb99089984cfb.zip |
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>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |