From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1277642-garchives=archives.gentoo.org@lists.gentoo.org>
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 5F6DC1382C5
	for <garchives@archives.gentoo.org>; Sun,  2 May 2021 20:41:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 59A05E08E0;
	Sun,  2 May 2021 20:41:58 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 4146DE08E0
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 May 2021 20:41:58 +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 25022335C39
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 May 2021 20:41:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 87BC9CC
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 May 2021 20:41:55 +0000 (UTC)
From: "Matt Turner" <mattst88@gentoo.org>
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" <mattst88@gentoo.org>
Message-ID: <1619988109.2f9326b0f37063bfa104b54e3b351a853735867c.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-video/pitivi/pitivi-0.999-r4.ebuild
X-VCS-Directories: media-video/pitivi/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 2f9326b0f37063bfa104b54e3b351a853735867c
X-VCS-Branch: master
Date: Sun,  2 May 2021 20:41:55 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c64d8684-85b1-4343-ba59-0f4f53477bb8
X-Archives-Hash: a64cc37b2074eaf06e3722c5caf56283

commit:     2f9326b0f37063bfa104b54e3b351a853735867c
Author:     Daniel Brandt <poncho <AT> spahan <DOT> ch>
AuthorDate: Sun May  2 15:37:16 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May  2 20:41:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9326b0

media-video/pitivi: enable python3_9

Closes: https://github.com/gentoo/gentoo/pull/20626
Signed-off-by: Daniel Brandt <poncho <AT> spahan.ch>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-video/pitivi/pitivi-0.999-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/pitivi/pitivi-0.999-r4.ebuild b/media-video/pitivi/pitivi-0.999-r4.ebuild
index 0fea03048c4..3a300ddf373 100644
--- a/media-video/pitivi/pitivi-0.999-r4.ebuild
+++ b/media-video/pitivi/pitivi-0.999-r4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 PYTHON_REQ_USE="sqlite"
 
 inherit gnome.org meson python-single-r1 virtualx xdg