diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-03 13:34:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-03 14:29:33 +0100 |
commit | 7c2ff944675784650b3368b8484ffeb1d498933a (patch) | |
tree | 1750b8f708dfe10a7fb6fab28d902800af6a7311 /app-shells | |
parent | app-shells/bash-completion: Move test dependencies to BDEPEND (diff) | |
download | gentoo-7c2ff944675784650b3368b8484ffeb1d498933a.tar.gz gentoo-7c2ff944675784650b3368b8484ffeb1d498933a.tar.bz2 gentoo-7c2ff944675784650b3368b8484ffeb1d498933a.zip |
app-shells/bash-completion: EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.11.ebuild | 2 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash-completion/bash-completion-2.11.ebuild b/app-shells/bash-completion/bash-completion-2.11.ebuild index 898536500905..3b52c5d1e19f 100644 --- a/app-shells/bash-completion/bash-completion-2.11.ebuild +++ b/app-shells/bash-completion/bash-completion-2.11.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 BASHCOMP_P=bashcomp-2.0.3 PYTHON_COMPAT=( python3_{9..11} ) diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index 332524412045..ffb776fd867b 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) |