app-shells/bash-completion: EAPI 7, py3.7 in -9999
authorMichał Górny <mgorny@gentoo.org>
Sun, 28 Apr 2019 05:59:13 +0000 (07:59 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 28 Apr 2019 08:41:57 +0000 (10:41 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-shells/bash-completion/bash-completion-9999.ebuild

index 766299412c537a34e66c966d7847cf5c9c7fb98d..73e814b9881303e49c771eb64c2cc6dfe93b6d8f 100644 (file)
@@ -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"