From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8466A138359 for ; Tue, 6 Oct 2020 03:44:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 041E7E0901; Tue, 6 Oct 2020 03:44:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF1A3E0849 for ; Tue, 6 Oct 2020 03:44:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7043D340C7F for ; Tue, 6 Oct 2020 03:44:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0648397 for ; Tue, 6 Oct 2020 03:44:15 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1601955728.d4795d784a864f980b7fbf2450b09a0c0a3fc94a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/iso-codes/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/iso-codes/iso-codes-4.4.ebuild X-VCS-Directories: app-text/iso-codes/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d4795d784a864f980b7fbf2450b09a0c0a3fc94a X-VCS-Branch: master Date: Tue, 6 Oct 2020 03:44:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 821398a8-470c-4b19-b18f-01ef4f817561 X-Archives-Hash: a2a053f38e7e4bd92b27fc421c741991 commit: d4795d784a864f980b7fbf2450b09a0c0a3fc94a Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Oct 5 19:20:13 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 6 03:42:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4795d78 app-text/iso-codes: python3_9 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/17805 Signed-off-by: Matt Turner gentoo.org> app-text/iso-codes/iso-codes-4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/iso-codes/iso-codes-4.4.ebuild b/app-text/iso-codes/iso-codes-4.4.ebuild index b87b8486be9..b231ef1ff85 100644 --- a/app-text/iso-codes/iso-codes-4.4.ebuild +++ b/app-text/iso-codes/iso-codes-4.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) PLOCALES="ab ace ach af ak am an ar as ast ay az ba bar be bg bi bn bn_IN br bs byn ca ce ch chr ckb crh cs csb cv cy da de dv dz ee el en eo es et eu fa ff fi fo fr frp fur fy ga gez gl gn gu gv ha haw he hi hr ht hu hy ia id io is it iu ja jam ka kab ki kk kl km kn ko kok ku kv kw ky lo lt lv mai mhr mi mk ml mn mo mr ms mt my na nah nb nb_NO ne nl nn nso nv oc or pa pap pi pl ps pt pt_BR ro ru rw sc sd si sk sl so son sq sr sr@latin sv sw ta te tg th ti tig tk tl tr tt tt@iqtelif ug uk ur uz ve vi wa wal wo xh yo zh_CN zh_HK zh_Hant zh_TW zu" inherit python-any-r1