commit: 9d000ba2ff864a6939a3ae8b38104c8e036708e5 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Apr 17 22:50:15 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Apr 17 22:51:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d000ba2
media-gfx/gnome-photos: Add Python 3.8/3.9 support Closes: https://bugs.gentoo.org/783255 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-gfx/gnome-photos/gnome-photos-3.34.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d7514e59171..652fa587b13 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
