Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zstandard/
Date: Thu, 04 May 2017 17:16:20
Message-Id: 1493918163.73fe02bfbbb900650e7c5f7175b57199ac2a4ab2.mrueg@gentoo
1 commit: 73fe02bfbbb900650e7c5f7175b57199ac2a4ab2
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 4 17:15:31 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 17:16:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73fe02bf
7
8 dev-python/zstandard: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/zstandard/zstandard-0.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/zstandard/zstandard-0.8.1.ebuild b/dev-python/zstandard/zstandard-0.8.1.ebuild
16 index 49d2780b47d..56a699e2524 100644
17 --- a/dev-python/zstandard/zstandard-0.8.1.ebuild
18 +++ b/dev-python/zstandard/zstandard-0.8.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
25
26 inherit distutils-r1