Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whelk/
Date: Wed, 26 Apr 2017 15:26:43
Message-Id: 1493220391.403091319d985bc902828e30db68e6ec9d9468b6.mgorny@gentoo
1 commit: 403091319d985bc902828e30db68e6ec9d9468b6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 26 14:28:24 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 15:26:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40309131
7
8 dev-python/whelk: Tested on py3.5 & py3.6
9
10 dev-python/whelk/whelk-2.7.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/whelk/whelk-2.7.ebuild b/dev-python/whelk/whelk-2.7.ebuild
14 index 0344e53e72b..95f71557642 100644
15 --- a/dev-python/whelk/whelk-2.7.ebuild
16 +++ b/dev-python/whelk/whelk-2.7.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI=6
20
21 -PYTHON_COMPAT=( python2_7 python3_4 )
22 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
23
24 inherit distutils-r1