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/translationstring/
Date: Wed, 26 Apr 2017 16:34:23
Message-Id: 1493224441.8234c1d00f548c4fd12b18f2963a97e8a46e5540.mgorny@gentoo
1 commit: 8234c1d00f548c4fd12b18f2963a97e8a46e5540
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 26 16:12:36 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 16:34:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8234c1d0
7
8 dev-python/translationstring: Tested on py3.6
9
10 dev-python/translationstring/translationstring-1.3.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/translationstring/translationstring-1.3.ebuild b/dev-python/translationstring/translationstring-1.3.ebuild
14 index 428141f0c5e..79128d6e68d 100644
15 --- a/dev-python/translationstring/translationstring-1.3.ebuild
16 +++ b/dev-python/translationstring/translationstring-1.3.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
22 EAPI=5
23
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
26
27 inherit distutils-r1