commit: 7b715a7eda8244d2f5471fdbe1b177fd9fc7ab43
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 23:07:21 2016 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 18:47:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b715a7e
sci-libs/scikits: added python 3.5 compat
Package-Manager: portage-2.2.27
sci-libs/scikits/scikits-0.1-r1.ebuild | 6 +++---
1 file 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 e5a3fae..660d176 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