diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:22:25 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:42:42 +0200 |
commit | 421f34a4f9bfd2618bf67dc0c88b99b239a93f4c (patch) | |
tree | d26e7ea7ee3cd3f7391aca5ed9e26c38dd6f7889 | |
parent | mail-filter/pypolicyd-spf: Support newer python (diff) | |
download | gentoo-421f34a4f9bfd2618bf67dc0c88b99b239a93f4c.tar.gz gentoo-421f34a4f9bfd2618bf67dc0c88b99b239a93f4c.tar.bz2 gentoo-421f34a4f9bfd2618bf67dc0c88b99b239a93f4c.zip |
dev-vcs/git-spindle: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild b/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild index 23eb2ab41712..7d970a8cd2ff 100644 --- a/dev-vcs/git-spindle/git-spindle-3.3-r1.ebuild +++ b/dev-vcs/git-spindle/git-spindle-3.3-r1.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 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |