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 B1AF213835A 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 AA2DBE0903; Tue, 6 Oct 2020 03:44:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 93411E0903 for ; Tue, 6 Oct 2020 03:44:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B2E16340A15 for ; Tue, 6 Oct 2020 03:44:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1330439D for ; Tue, 6 Oct 2020 03:44:16 +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: <1601955787.4e46e908183be212e0387dd14cbe22fe3c216e8e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glib-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/glib-utils/glib-utils-2.64.5.ebuild X-VCS-Directories: dev-util/glib-utils/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4e46e908183be212e0387dd14cbe22fe3c216e8e X-VCS-Branch: master Date: Tue, 6 Oct 2020 03:44:16 +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: 14815c1f-7644-44d0-b174-eb3722855162 X-Archives-Hash: 89423f3c6a83ec61e099b0ced5f14047 commit: 4e46e908183be212e0387dd14cbe22fe3c216e8e Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Oct 5 09:01:53 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 6 03:43:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e46e908 dev-util/glib-utils: 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/17789 Signed-off-by: Matt Turner gentoo.org> dev-util/glib-utils/glib-utils-2.64.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/glib-utils/glib-utils-2.64.5.ebuild b/dev-util/glib-utils/glib-utils-2.64.5.ebuild index bdb4ef5fb8b..e3b8683ab30 100644 --- a/dev-util/glib-utils/glib-utils-2.64.5.ebuild +++ b/dev-util/glib-utils/glib-utils-2.64.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) GNOME_ORG_MODULE="glib" inherit gnome.org python-single-r1