sci-libs/scikits: added python 3.5 compat

Package-Manager: portage-2.2.27
This commit is contained in:
Sébastien Fabbro
2016-03-08 23:07:21 +00:00
parent d96e62f540
commit 7b715a7eda

View File

@@ -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
EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit python-r1