From: Michał Górny Date: Sun, 28 Apr 2019 05:59:13 +0000 (+0200) Subject: app-shells/bash-completion: EAPI 7, py3.7 in -9999 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=749d297a1d51aea75e9a3f75cfe15c762aa7196a;p=gentoo.git app-shells/bash-completion: EAPI 7, py3.7 in -9999 Signed-off-by: Michał Górny --- 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"