diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-09-15 09:51:46 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-09-15 09:52:41 +0200 |
commit | ff08423b4ddf2eb4a96c0c4be3c2b6abdce7506e (patch) | |
tree | 5254cbaac8a3532ec60350199664976cb421c36b /dev-python/python-meteor | |
parent | f5be78036686b77d3be8afcc9c04649e926057c5 (diff) | |
download | gentoo-ff08423b4ddf2eb4a96c0c4be3c2b6abdce7506e.tar.gz gentoo-ff08423b4ddf2eb4a96c0c4be3c2b6abdce7506e.tar.xz |
dev-python/python-meteor: add python 3.5 to comapt
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/python-meteor')
-rw-r--r-- | dev-python/python-meteor/python-meteor-0.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-meteor/python-meteor-0.1.6.ebuild b/dev-python/python-meteor/python-meteor-0.1.6.ebuild index 9c7cfa8a75f..b638270d485 100644 --- a/dev-python/python-meteor/python-meteor-0.1.6.ebuild +++ b/dev-python/python-meteor/python-meteor-0.1.6.ebuild @@ -1,10 +1,10 @@ -# 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{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 |