summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-03-08 23:07:21 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-03-09 18:47:06 +0000
commit7b715a7eda8244d2f5471fdbe1b177fd9fc7ab43 (patch)
tree5a39159bcfb140c9345c731f42d3e421759fa741 /sci-libs/scikits
parentdev-python/joblib: added python 3.5 compat (diff)
downloadgentoo-7b715a7eda8244d2f5471fdbe1b177fd9fc7ab43.tar.gz
gentoo-7b715a7eda8244d2f5471fdbe1b177fd9fc7ab43.tar.bz2
gentoo-7b715a7eda8244d2f5471fdbe1b177fd9fc7ab43.zip
sci-libs/scikits: added python 3.5 compat
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-libs/scikits')
-rw-r--r--sci-libs/scikits/scikits-0.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/scikits/scikits-0.1-r1.ebuild b/sci-libs/scikits/scikits-0.1-r1.ebuild
index e5a3fae4d776..660d176a26b3 100644
--- a/sci-libs/scikits/scikits-0.1-r1.ebuild
+++ b/sci-libs/scikits/scikits-0.1-r1.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
+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