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 4656615800F for ; Thu, 12 Jan 2023 11:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93ABCE092F; Thu, 12 Jan 2023 11:15:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CEF9E092F for ; Thu, 12 Jan 2023 11:15:49 +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 BFF0F335D63 for ; Thu, 12 Jan 2023 11:15:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36013771 for ; Thu, 12 Jan 2023 11:15:47 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1673522057.75d24a2635fd809714c944e754276e09e18f17f0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vidify-audiosync/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild X-VCS-Directories: media-video/vidify-audiosync/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 75d24a2635fd809714c944e754276e09e18f17f0 X-VCS-Branch: master Date: Thu, 12 Jan 2023 11:15:47 +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: a549087b-e46d-4d3a-9ac3-f349daa34d86 X-Archives-Hash: 0f0fb0b23fe2bd2f4daf90f5877d8cfc commit: 75d24a2635fd809714c944e754276e09e18f17f0 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Jan 12 11:14:17 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Jan 12 11:14:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d24a26 media-video/vidify-audiosync: disable py3.8, py3.9 Signed-off-by: Andrew Ammerlaan gentoo.org> media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild b/media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild index 232e20ef4693..c4fb938cae82 100644 --- a/media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild +++ b/media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1