Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/vimball/
Date: Tue, 16 Apr 2019 20:43:21
Message-Id: 1555446974.ed6eb76ae6a7f4ceec3c061f1e824ad8b325bffd.radhermit@gentoo
1 commit: ed6eb76ae6a7f4ceec3c061f1e824ad8b325bffd
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 04:30:39 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 16 20:36:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6eb76a
7
8 app-arch/vimball: drop py34/py35 support and add py37
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-arch/vimball/vimball-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-arch/vimball/vimball-9999.ebuild b/app-arch/vimball/vimball-9999.ebuild
16 index b24f9bccd79..82a39960d3e 100644
17 --- a/app-arch/vimball/vimball-9999.ebuild
18 +++ b/app-arch/vimball/vimball-9999.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 -PYTHON_COMPAT=( python{3_4,3_5,3_6} )
26 +EAPI=7
27 +PYTHON_COMPAT=( python3_{6,7} )
28 inherit distutils-r1
29
30 if [[ ${PV} == *9999 ]] ; then