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 B80A715817D for ; Sun, 16 Jun 2024 11:07:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0594C2BC039; Sun, 16 Jun 2024 11:07:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D6F1A2BC039 for ; Sun, 16 Jun 2024 11:07:52 +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 12E6E33BEA5 for ; Sun, 16 Jun 2024 11:07:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 755651ADC for ; Sun, 16 Jun 2024 11:07:50 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1718535688.5766b2e09cb2c7098eceb47cc8c695bdddc16c6b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/pitivi/pitivi-2023.03-r2.ebuild X-VCS-Directories: media-video/pitivi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5766b2e09cb2c7098eceb47cc8c695bdddc16c6b X-VCS-Branch: master Date: Sun, 16 Jun 2024 11:07:50 +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: 970882d5-3131-449f-8192-d992d742940d X-Archives-Hash: 8cdc630630b968e06c06bca1d745bef2 commit: 5766b2e09cb2c7098eceb47cc8c695bdddc16c6b Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 16 10:59:47 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jun 16 11:01:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5766b2e0 media-video/pitivi: enable py3.12 Closes: https://bugs.gentoo.org/929676 Signed-off-by: Pacho Ramos gentoo.org> media-video/pitivi/pitivi-2023.03-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/pitivi/pitivi-2023.03-r2.ebuild b/media-video/pitivi/pitivi-2023.03-r2.ebuild index fdabc77d5fb2..7ecbd86c03c5 100644 --- a/media-video/pitivi/pitivi-2023.03-r2.ebuild +++ b/media-video/pitivi/pitivi-2023.03-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="sqlite" inherit gnome.org meson python-single-r1 xdg