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:45
Message-Id: 1677850173.7c2ff944675784650b3368b8484ffeb1d498933a.mgorny@gentoo
1 commit: 7c2ff944675784650b3368b8484ffeb1d498933a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 12:34:10 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 13:29:33 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2ff944
7
8 app-shells/bash-completion: EAPI 8
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 898536500905..3b52c5d1e19f 100644
18 --- a/app-shells/bash-completion/bash-completion-2.11.ebuild
19 +++ b/app-shells/bash-completion/bash-completion-2.11.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 BASHCOMP_P=bashcomp-2.0.3
28 PYTHON_COMPAT=( python3_{9..11} )
29
30 diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild
31 index 332524412045..ffb776fd867b 100644
32 --- a/app-shells/bash-completion/bash-completion-9999.ebuild
33 +++ b/app-shells/bash-completion/bash-completion-9999.ebuild
34 @@ -1,7 +1,7 @@
35 # Copyright 1999-2023 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=7
39 +EAPI=8
40
41 PYTHON_COMPAT=( python3_{9..11} )