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 28682158094 for ; Sun, 26 Jun 2022 07:49:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68765E0876; Sun, 26 Jun 2022 07:49:58 +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 4F5C4E0876 for ; Sun, 26 Jun 2022 07:49:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6ED6534179F for ; Sun, 26 Jun 2022 07:49:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29D61480 for ; Sun, 26 Jun 2022 07:49:56 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1656229793.4062ba6c489191f6c4716c5f50e306bbd2d4951c.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/mda-lv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild X-VCS-Directories: media-plugins/mda-lv2/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 4062ba6c489191f6c4716c5f50e306bbd2d4951c X-VCS-Branch: master Date: Sun, 26 Jun 2022 07:49:56 +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: 73653407-24f3-4ba9-af0a-2419784857e7 X-Archives-Hash: 7faa98142ccc3de2d80269552849dad9 commit: 4062ba6c489191f6c4716c5f50e306bbd2d4951c Author: Miroslav Šulc gentoo org> AuthorDate: Sun Jun 26 07:49:48 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Jun 26 07:49:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4062ba6c media-plugins/mda-lv2: added python 3.10 & 3.11 Closes: https://bugs.gentoo.org/846038 Signed-off-by: Miroslav Šulc gentoo.org> media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild index 95aac2e05233..2b0e8e37bf6b 100644 --- a/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild +++ b/media-plugins/mda-lv2/mda-lv2-1.2.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE='threads(+)' inherit python-any-r1 waf-utils