diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 20:52:31 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 21:09:34 +0200 |
commit | c30f5a1462351764253b8b821a9c59577bcafa33 (patch) | |
tree | d2d948522a9db6bb6b8b38435fba3fa0a1c701d6 /net-im | |
parent | dev-util/gtk-builder-convert: enable py3.10 and disable py3.7 (diff) | |
download | gentoo-c30f5a1462351764253b8b821a9c59577bcafa33.tar.gz gentoo-c30f5a1462351764253b8b821a9c59577bcafa33.tar.bz2 gentoo-c30f5a1462351764253b8b821a9c59577bcafa33.zip |
net-im/empathy: enable py3.10 and disable py3.7
Closes: https://bugs.gentoo.org/846131
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/empathy-3.12.14.ebuild | 4 |
1 files 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 |