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: app-text/iso-codes/
Date: Thu, 04 May 2017 17:34:14
Message-Id: 1493919218.60c66203afd7ca3a0b105ffe0d15640a4b2340bd.mrueg@gentoo
1 commit: 60c66203afd7ca3a0b105ffe0d15640a4b2340bd
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 4 17:33:38 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 17:33:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c66203
7
8 app-text/iso-codes: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-text/iso-codes/iso-codes-3.74.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/iso-codes/iso-codes-3.74.ebuild b/app-text/iso-codes/iso-codes-3.74.ebuild
16 index 1e0744b0e38..7b19bfc4b0e 100644
17 --- a/app-text/iso-codes/iso-codes-3.74.ebuild
18 +++ b/app-text/iso-codes/iso-codes-3.74.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=( python3_{4,5} )
24 +PYTHON_COMPAT=( python3_{4,5,6} )
25 PLOCALES="af am ar as ast az be bg bn bn_IN br bs byn ca crh cs cy da de dz el en eo es et eu fa fi fo fr ga gez gl gu haw he hi hr hu hy ia id is it ja ka kk km kn ko kok ku lt lv mi mk ml mn mr ms mt nb ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl so sq sr sr@latin sv sw ta te th ti tig tk tl tr tt tt@iqtelif ug uk ve vi wa wal wo xh zh_CN zh_HK zh_TW zu"
26
27 inherit eutils l10n python-any-r1