From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36F591382C5 for ; Sat, 17 Apr 2021 22:51:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F233E081B; Sat, 17 Apr 2021 22:51:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 632ECE081B for ; Sat, 17 Apr 2021 22:51:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D28C63406C0 for ; Sat, 17 Apr 2021 22:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44E1F647 for ; Sat, 17 Apr 2021 22:51:19 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618699867.9d000ba2ff864a6939a3ae8b38104c8e036708e5.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-photos/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gnome-photos/gnome-photos-3.34.2.ebuild X-VCS-Directories: media-gfx/gnome-photos/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9d000ba2ff864a6939a3ae8b38104c8e036708e5 X-VCS-Branch: master Date: Sat, 17 Apr 2021 22:51:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ccb9a1ab-e837-41ec-aa89-635ba869011e X-Archives-Hash: 33808332413fa1659596d235cd164e96 commit: 9d000ba2ff864a6939a3ae8b38104c8e036708e5 Author: Matt Turner gentoo org> AuthorDate: Sat Apr 17 22:50:15 2021 +0000 Commit: Matt Turner gentoo 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 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