commit: 80c9a74a47b98257513ed4f351d798e35b8c9a01 Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com> AuthorDate: Fri Dec 17 10:24:04 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <thomas.bettler <AT> gmail.com> Signed-off-by: Matt Turner <mattst88 <AT> 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
