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 EF3E5158090 for ; Mon, 30 May 2022 12:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17250E0900; Mon, 30 May 2022 12:51:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C206FE0900 for ; Mon, 30 May 2022 12:51:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37FC23418F0 for ; Mon, 30 May 2022 12:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90738D3 for ; Mon, 30 May 2022 12:51:39 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1653915082.ba86a702f852126c7bfdff32d148377ffc9dca51.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/ciano/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/ciano/ciano-0.2.4-r1.ebuild X-VCS-Directories: media-video/ciano/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: ba86a702f852126c7bfdff32d148377ffc9dca51 X-VCS-Branch: dev Date: Mon, 30 May 2022 12:51:39 +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: e5dc059a-2373-4aa4-852b-14ee36ee63b3 X-Archives-Hash: 93646add505ece38452d6850cfa91bec commit: ba86a702f852126c7bfdff32d148377ffc9dca51 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Mon May 30 12:46:24 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Mon May 30 12:51:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba86a702 media-video/ciano: enable py3.10, py3.11 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> media-video/ciano/ciano-0.2.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ciano/ciano-0.2.4-r1.ebuild b/media-video/ciano/ciano-0.2.4-r1.ebuild index a0297123f..2e1577fe4 100644 --- a/media-video/ciano/ciano-0.2.4-r1.ebuild +++ b/media-video/ciano/ciano-0.2.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome2-utils meson python-any-r1 vala xdg