Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/
Date: Mon, 27 Feb 2017 01:48:28
Message-Id: 1488159557.7de43b65c2f61fe28c60aaf626be9e0ea5c1d6b6.radhermit@gentoo
1 commit: 7de43b65c2f61fe28c60aaf626be9e0ea5c1d6b6
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 01:37:17 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 01:39:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de43b65
7
8 dev-python/snakeoil: add py36 support
9
10 dev-python/snakeoil/snakeoil-9999.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild
14 index ac03b968dc..3372fc9448 100644
15 --- a/dev-python/snakeoil/snakeoil-9999.ebuild
16 +++ b/dev-python/snakeoil/snakeoil-9999.ebuild
17 @@ -1,9 +1,9 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 EAPI=6
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
26 PYTHON_REQ_USE="threads(+)"
27 inherit distutils-r1