diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:38:24 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:46:36 +0200 |
commit | 741bc197150df6076068281147e61b8a79363227 (patch) | |
tree | 7457c8d644ede1219ff27c628d7ee729aeb1b7c6 /app-arch/vimball | |
parent | app-arch/tardelta: Support python 3.5 (diff) | |
download | gentoo-741bc197150df6076068281147e61b8a79363227.tar.gz gentoo-741bc197150df6076068281147e61b8a79363227.tar.bz2 gentoo-741bc197150df6076068281147e61b8a79363227.zip |
app-arch/vimball: Support python 3.5
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-arch/vimball')
-rw-r--r-- | app-arch/vimball/vimball-0.5.1.ebuild | 4 | ||||
-rw-r--r-- | app-arch/vimball/vimball-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/vimball/vimball-0.5.1.ebuild b/app-arch/vimball/vimball-0.5.1.ebuild index 9e15599fe1d3..34d51c6d7766 100644 --- a/app-arch/vimball/vimball-0.5.1.ebuild +++ b/app-arch/vimball/vimball-0.5.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{3_3,3_4} ) +PYTHON_COMPAT=( python{3_3,3_4,3_5} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then diff --git a/app-arch/vimball/vimball-9999.ebuild b/app-arch/vimball/vimball-9999.ebuild index 9e15599fe1d3..34d51c6d7766 100644 --- a/app-arch/vimball/vimball-9999.ebuild +++ b/app-arch/vimball/vimball-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{3_3,3_4} ) +PYTHON_COMPAT=( python{3_3,3_4,3_5} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then |