Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash-completion/
Date: Fri, 03 Mar 2023 13:29:43
Message-Id: 1677850168.497fa8f8e69989b8c520d50cee5c41d30e595ef9.mgorny@gentoo
1 commit: 497fa8f8e69989b8c520d50cee5c41d30e595ef9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 06:26:30 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 13:29:28 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497fa8f8
7
8 app-shells/bash-completion: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-shells/bash-completion/bash-completion-2.11.ebuild | 2 +-
13 app-shells/bash-completion/bash-completion-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-shells/bash-completion/bash-completion-2.11.ebuild b/app-shells/bash-completion/bash-completion-2.11.ebuild
17 index c7bcbfdfe2e6..42368e09344e 100644
18 --- a/app-shells/bash-completion/bash-completion-2.11.ebuild
19 +++ b/app-shells/bash-completion/bash-completion-2.11.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 BASHCOMP_P=bashcomp-2.0.3
24 -PYTHON_COMPAT=( python3_{9..10} )
25 +PYTHON_COMPAT=( python3_{9..11} )
26 inherit bash-completion-r1 python-any-r1 user-info
27
28 DESCRIPTION="Programmable Completion for bash"
29
30 diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild
31 index ee41ba30bbde..e43aea818d4d 100644
32 --- a/app-shells/bash-completion/bash-completion-9999.ebuild
33 +++ b/app-shells/bash-completion/bash-completion-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -PYTHON_COMPAT=( python3_{9..10} )
39 +PYTHON_COMPAT=( python3_{9..11} )
40 inherit autotools git-r3 python-any-r1 user-info
41
42 DESCRIPTION="Programmable Completion for bash"