commit: ff08423b4ddf2eb4a96c0c4be3c2b6abdce7506e
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 07:51:46 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 07:52:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff08423b
dev-python/python-meteor: add python 3.5 to comapt
Package-Manager: portage-2.3.0
dev-python/python-meteor/python-meteor-0.1.6.ebuild | 4 ++--
1 file 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 9c7cfa8..b638270 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