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 BD328158030 for ; Mon, 27 Feb 2023 18:04:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47995E07E1; Mon, 27 Feb 2023 18:04:34 +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 298C6E07E1 for ; Mon, 27 Feb 2023 18:04:34 +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 49B50340EA4 for ; Mon, 27 Feb 2023 18:04:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 826A38CC for ; Mon, 27 Feb 2023 18:04:30 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1677510924.e7a01b6439c4d2e8ec4c7db0f19b414301e41207.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/ffsubsync/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild media-video/ffsubsync/ffsubsync-0.4.22.ebuild media-video/ffsubsync/ffsubsync-0.4.23.ebuild X-VCS-Directories: media-video/ffsubsync/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: e7a01b6439c4d2e8ec4c7db0f19b414301e41207 X-VCS-Branch: master Date: Mon, 27 Feb 2023 18:04:30 +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: b0154d2a-cc50-483d-9739-04d8486cfddb X-Archives-Hash: 7c8b22019c7dd14ac411c667055d8186 commit: e7a01b6439c4d2e8ec4c7db0f19b414301e41207 Author: Nicola Smaniotto gmail com> AuthorDate: Mon Feb 27 15:12:28 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Feb 27 15:15:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7a01b64 media-video/ffsubsync: enable py3.11 Closes: https://bugs.gentoo.org/897646 Signed-off-by: Nicola Smaniotto gmail.com> media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild | 2 +- media-video/ffsubsync/ffsubsync-0.4.22.ebuild | 2 +- media-video/ffsubsync/ffsubsync-0.4.23.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild index 53d3c9b10..93625aaeb 100644 --- a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild +++ b/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 diff --git a/media-video/ffsubsync/ffsubsync-0.4.22.ebuild b/media-video/ffsubsync/ffsubsync-0.4.22.ebuild index 736a3085e..6aa3e5cd1 100644 --- a/media-video/ffsubsync/ffsubsync-0.4.22.ebuild +++ b/media-video/ffsubsync/ffsubsync-0.4.22.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/media-video/ffsubsync/ffsubsync-0.4.23.ebuild b/media-video/ffsubsync/ffsubsync-0.4.23.ebuild index 736a3085e..6aa3e5cd1 100644 --- a/media-video/ffsubsync/ffsubsync-0.4.23.ebuild +++ b/media-video/ffsubsync/ffsubsync-0.4.23.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1