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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D014158091 for ; Tue, 7 Jun 2022 05:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54B9BE0870; Tue, 7 Jun 2022 05:18:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3696DE0870 for ; Tue, 7 Jun 2022 05:18:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF2023417B5 for ; Tue, 7 Jun 2022 05:18:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8370946D for ; Tue, 7 Jun 2022 05:17:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654579069.ebb57840aae2cba4cc6bd62199e99a7e56bfcbe9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopenshot/libopenshot-0.2.6.ebuild media-libs/libopenshot/libopenshot-0.2.7.ebuild X-VCS-Directories: media-libs/libopenshot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ebb57840aae2cba4cc6bd62199e99a7e56bfcbe9 X-VCS-Branch: master Date: Tue, 7 Jun 2022 05:17:57 +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: 15b86ee7-2254-409b-ad34-edc82a5a72cc X-Archives-Hash: 1522d8b57eecafda205dedcf7fe352cd commit: ebb57840aae2cba4cc6bd62199e99a7e56bfcbe9 Author: Thomas Bettler gmail com> AuthorDate: Fri Dec 17 09:38:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 7 05:17:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb57840 media-libs/libopenshot: add python 3.10 Closes: https://bugs.gentoo.org/829418 Closes: https://github.com/gentoo/gentoo/pull/23358 Signed-off-by: Thomas Bettler gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/libopenshot/libopenshot-0.2.6.ebuild | 2 +- media-libs/libopenshot/libopenshot-0.2.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libopenshot/libopenshot-0.2.6.ebuild b/media-libs/libopenshot/libopenshot-0.2.6.ebuild index a77d75b47edb..87a124ff09ae 100644 --- a/media-libs/libopenshot/libopenshot-0.2.6.ebuild +++ b/media-libs/libopenshot/libopenshot-0.2.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-single-r1 toolchain-funcs diff --git a/media-libs/libopenshot/libopenshot-0.2.7.ebuild b/media-libs/libopenshot/libopenshot-0.2.7.ebuild index d016f2abc25d..3725dccfe311 100644 --- a/media-libs/libopenshot/libopenshot-0.2.7.ebuild +++ b/media-libs/libopenshot/libopenshot-0.2.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-single-r1 toolchain-funcs