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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7542C15808B for ; Fri, 25 Mar 2022 21:47:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44E00E08A8; Fri, 25 Mar 2022 21:47:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C197EE0894 for ; Fri, 25 Mar 2022 21:47:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E1C33434A3 for ; Fri, 25 Mar 2022 21:47:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E6F0315 for ; Fri, 25 Mar 2022 21:47:54 +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: <1648244809.80c9a74a47b98257513ed4f351d798e35b8c9a01.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-keyring/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-keyring/gnome-keyring-40.0-r1.ebuild X-VCS-Directories: gnome-base/gnome-keyring/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 80c9a74a47b98257513ed4f351d798e35b8c9a01 X-VCS-Branch: master Date: Fri, 25 Mar 2022 21:47:54 +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: a84a44a3-7215-4942-998c-e7172f3087e5 X-Archives-Hash: 979330db941fb3883c2843911d50457b commit: 80c9a74a47b98257513ed4f351d798e35b8c9a01 Author: Thomas Bettler gmail com> AuthorDate: Fri Dec 17 10:24:04 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Mar 25 21:46:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c9a74a gnome-base/gnome-keyring: add python 3.10 Closes: https://bugs.gentoo.org/829424 Closes: https://github.com/gentoo/gentoo/pull/23366 Signed-off-by: Thomas Bettler gmail.com> Signed-off-by: Matt Turner gentoo.org> gnome-base/gnome-keyring/gnome-keyring-40.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-keyring/gnome-keyring-40.0-r1.ebuild b/gnome-base/gnome-keyring/gnome-keyring-40.0-r1.ebuild index 90ec97155fa5..5cb99f246cd5 100644 --- a/gnome-base/gnome-keyring/gnome-keyring-40.0-r1.ebuild +++ b/gnome-base/gnome-keyring/gnome-keyring-40.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome2 pam python-any-r1 virtualx