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 0D609138350 for ; Sat, 18 Apr 2020 17:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49207E09FA; Sat, 18 Apr 2020 17:09: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 300D5E09FA for ; Sat, 18 Apr 2020 17:09:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 307B134F063 for ; Sat, 18 Apr 2020 17:09:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 490AF1E0 for ; Sat, 18 Apr 2020 17:09:19 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1587229749.b260c40699e3c3b3c2e0354a85aa46effa2e180d.leio@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.1.ebuild X-VCS-Directories: media-gfx/gnome-photos/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b260c40699e3c3b3c2e0354a85aa46effa2e180d X-VCS-Branch: master Date: Sat, 18 Apr 2020 17:09: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: f178b6cb-30c5-417e-90e0-3881113d8ed6 X-Archives-Hash: 764d393067cb01530b920cb27474c79c commit: b260c40699e3c3b3c2e0354a85aa46effa2e180d Author: Mart Raudsepp gentoo org> AuthorDate: Sat Apr 18 16:50:34 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Apr 18 17:09:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b260c406 media-gfx/gnome-photos: enable py3.7 for tests Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> media-gfx/gnome-photos/gnome-photos-3.34.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/gnome-photos/gnome-photos-3.34.1.ebuild b/media-gfx/gnome-photos/gnome-photos-3.34.1.ebuild index 7a8e9d539fb..33c329f5adc 100644 --- a/media-gfx/gnome-photos/gnome-photos-3.34.1.ebuild +++ b/media-gfx/gnome-photos/gnome-photos-3.34.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit gnome.org gnome2-utils meson python-any-r1 virtualx xdg