diff options
| author | Michał Górny <mgorny@gentoo.org> | 2019-04-28 07:59:13 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2019-04-28 10:41:57 +0200 |
| commit | 749d297a1d51aea75e9a3f75cfe15c762aa7196a (patch) | |
| tree | 6357af83120bed45b9f4e99e320b81b5e33ff480 /app-shells/bash-completion | |
| parent | d372a61dbfb7185fa84b53a027935e727a13d4de (diff) | |
| download | gentoo-749d297a1d51aea75e9a3f75cfe15c762aa7196a.tar.gz gentoo-749d297a1d51aea75e9a3f75cfe15c762aa7196a.tar.bz2 gentoo-749d297a1d51aea75e9a3f75cfe15c762aa7196a.zip | |
app-shells/bash-completion: EAPI 7, py3.7 in -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells/bash-completion')
| -rw-r--r-- | app-shells/bash-completion/bash-completion-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index 766299412c53..73e814b98813 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 BASHCOMP_P=bashcomp-2.0.2 -PYTHON_COMPAT=( python3_{5,6} ) -inherit autotools eapi7-ver git-r3 python-any-r1 +PYTHON_COMPAT=( python3_{5,6,7} ) +inherit autotools git-r3 python-any-r1 DESCRIPTION="Programmable Completion for bash" HOMEPAGE="https://github.com/scop/bash-completion" |
