Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits/
Date: Wed, 28 Jun 2017 04:02:58
Message-Id: 1498622411.bd855e8d9add8455456897de4a45437549dd213e.bicatali@gentoo
1 commit: bd855e8d9add8455456897de4a45437549dd213e
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 05:17:06 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 28 04:00:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd855e8d
7
8 sci-libs/scikits: added python-3.6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sci-libs/scikits/scikits-0.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/scikits/scikits-0.1-r1.ebuild b/sci-libs/scikits/scikits-0.1-r1.ebuild
16 index b32f23eeb08..17719aed0e3 100644
17 --- a/sci-libs/scikits/scikits-0.1-r1.ebuild
18 +++ b/sci-libs/scikits/scikits-0.1-r1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
28
29 inherit python-r1