commit: c30f5a1462351764253b8b821a9c59577bcafa33 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri May 20 18:52:31 2022 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri May 20 19:09:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30f5a14
net-im/empathy: enable py3.10 and disable py3.7 Closes: https://bugs.gentoo.org/846131 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> net-im/empathy/empathy-3.12.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/empathy/empathy-3.12.14.ebuild b/net-im/empathy/empathy-3.12.14.ebuild index 5d3a4bc0e9b0..c8262cd9b808 100644 --- a/net-im/empathy/empathy-3.12.14.ebuild +++ b/net-im/empathy/empathy-3.12.14.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome2 python-any-r1 virtualx
