diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-04-17 18:50:15 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-04-17 18:51:07 -0400 |
commit | 9d000ba2ff864a6939a3ae8b38104c8e036708e5 (patch) | |
tree | 9bc781bfe3f6ab4ec2281053b4aff43b992adc73 /media-gfx/gnome-photos | |
parent | net-wireless/gnome-bluetooth: Add missing test dependencies (diff) | |
download | gentoo-9d000ba2ff864a6939a3ae8b38104c8e036708e5.tar.gz gentoo-9d000ba2ff864a6939a3ae8b38104c8e036708e5.tar.bz2 gentoo-9d000ba2ff864a6939a3ae8b38104c8e036708e5.zip |
media-gfx/gnome-photos: Add Python 3.8/3.9 support
Closes: https://bugs.gentoo.org/783255
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx/gnome-photos')
-rw-r--r-- | media-gfx/gnome-photos/gnome-photos-3.34.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |