diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-04-12 23:30:39 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-04-16 15:36:14 -0500 |
commit | ed6eb76ae6a7f4ceec3c061f1e824ad8b325bffd (patch) | |
tree | aa3b50ee8f1ca799f0302f28726483188192acb7 /app-arch/vimball | |
parent | dev-db/percona-xtrabackup: amd64 stable wrt bug #683450 (diff) | |
download | gentoo-ed6eb76ae6a7f4ceec3c061f1e824ad8b325bffd.tar.gz gentoo-ed6eb76ae6a7f4ceec3c061f1e824ad8b325bffd.tar.bz2 gentoo-ed6eb76ae6a7f4ceec3c061f1e824ad8b325bffd.zip |
app-arch/vimball: drop py34/py35 support and add py37
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-arch/vimball')
-rw-r--r-- | app-arch/vimball/vimball-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/vimball/vimball-9999.ebuild b/app-arch/vimball/vimball-9999.ebuild index b24f9bccd79f..82a39960d3ea 100644 --- a/app-arch/vimball/vimball-9999.ebuild +++ b/app-arch/vimball/vimball-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -PYTHON_COMPAT=( python{3_4,3_5,3_6} ) +EAPI=7 +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then |