From c4edf6e7890f537d4840154e1b5354d5d6e607ec Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 26 Feb 2017 20:45:53 -0500 Subject: [PATCH] app-arch/vimball: add py36 support --- app-arch/vimball/vimball-9999.ebuild | 4 ++-- 1 file 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 -- 2.26.2