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/unidecode/
Date: Fri, 28 Apr 2017 17:00:52
Message-Id: 1493398828.bf1ded53a6dc8548e8078033df223a086f9574de.mrueg@gentoo
1 commit: bf1ded53a6dc8548e8078033df223a086f9574de
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 16:52:27 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 17:00:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1ded53
7
8 dev-python/unidecode: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/unidecode/unidecode-0.04.20.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/unidecode/unidecode-0.04.20.ebuild b/dev-python/unidecode/unidecode-0.04.20.ebuild
16 index d5cf452e826..7aee4702b2c 100644
17 --- a/dev-python/unidecode/unidecode-0.04.20.ebuild
18 +++ b/dev-python/unidecode/unidecode-0.04.20.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
25
26 MY_PN=Unidecode
27 MY_P=${MY_PN}-${PV}