Skip to content

Commit

Permalink
app-arch/vimball: drop py34/py35 support and add py37
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Harder <[email protected]>
  • Loading branch information
radhermit committed Apr 16, 2019
1 parent 6174ce8 commit ed6eb76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-arch/vimball/vimball-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ed6eb76

Please sign in to comment.