diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-02-26 20:45:53 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-02-26 20:46:37 -0500 |
commit | c4edf6e7890f537d4840154e1b5354d5d6e607ec (patch) | |
tree | 317395f3a8c631c4357067ef238c5cfeabad70f2 | |
parent | dev-python/pychroot: add py36 support (diff) | |
download | gentoo-c4edf6e7890f537d4840154e1b5354d5d6e607ec.tar.gz gentoo-c4edf6e7890f537d4840154e1b5354d5d6e607ec.tar.bz2 gentoo-c4edf6e7890f537d4840154e1b5354d5d6e607ec.zip |
app-arch/vimball: add py36 support
-rw-r--r-- | app-arch/vimball/vimball-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/vimball/vimball-9999.ebuild b/app-arch/vimball/vimball-9999.ebuild index 7d14cdd07069..53fa67225ce0 100644 --- a/app-arch/vimball/vimball-9999.ebuild +++ b/app-arch/vimball/vimball-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then |