From 9d000ba2ff864a6939a3ae8b38104c8e036708e5 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 17 Apr 2021 18:50:15 -0400 Subject: media-gfx/gnome-photos: Add Python 3.8/3.9 support Closes: https://bugs.gentoo.org/783255 Signed-off-by: Matt Turner --- media-gfx/gnome-photos/gnome-photos-3.34.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media-gfx') diff --git a/media-gfx/gnome-photos/gnome-photos-3.34.2.ebuild b/media-gfx/gnome-photos/gnome-photos-3.34.2.ebuild index d7514e59171a..652fa587b13b 100644 --- a/media-gfx/gnome-photos/gnome-photos-3.34.2.ebuild +++ b/media-gfx/gnome-photos/gnome-photos-3.34.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7..9} ) inherit gnome.org gnome2-utils meson python-any-r1 virtualx xdg -- cgit v1.2.3-65-gdbad