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 009451382C5 for ; Wed, 26 May 2021 03:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C809E070D; Wed, 26 May 2021 03:58:01 +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 0134AE070D for ; Wed, 26 May 2021 03:58:00 +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 EE89E335D06 for ; Wed, 26 May 2021 03:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 875D8790 for ; Wed, 26 May 2021 03:57:58 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1622001468.3e67b923f41672db2ae24b97e522da7429aa5d14.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/openshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/openshot/openshot-2.5.1.ebuild X-VCS-Directories: media-video/openshot/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: 3e67b923f41672db2ae24b97e522da7429aa5d14 X-VCS-Branch: master Date: Wed, 26 May 2021 03:57:58 +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: a9db207d-0897-4a59-b738-c8eb043da66b X-Archives-Hash: 7681b454b852a5242779b675cc0660cd commit: 3e67b923f41672db2ae24b97e522da7429aa5d14 Author: Stefan Strogin gentoo org> AuthorDate: Wed May 26 03:55:12 2021 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Wed May 26 03:57:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e67b923 media-video/openshot: enable python 3.9 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Stefan Strogin gentoo.org> media-video/openshot/openshot-2.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/openshot/openshot-2.5.1.ebuild b/media-video/openshot/openshot-2.5.1.ebuild index 458c78b9f05..0aa6f146efc 100644 --- a/media-video/openshot/openshot-2.5.1.ebuild +++ b/media-video/openshot/openshot-2.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE=xml DISTUTILS_SINGLE_IMPL=1