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 91DD6158092 for ; Tue, 7 Jun 2022 21:09:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D173DE07C5; Tue, 7 Jun 2022 21:09:56 +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 B64CBE07C5 for ; Tue, 7 Jun 2022 21:09:56 +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 CA7C5341926 for ; Tue, 7 Jun 2022 21:09:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57E7A46D for ; Tue, 7 Jun 2022 21:09:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654636156.11083bf1c402c8a804ec34188a35e6cca7d7e1cd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/beets/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/beets/beets-1.6.0.ebuild X-VCS-Directories: media-sound/beets/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 11083bf1c402c8a804ec34188a35e6cca7d7e1cd X-VCS-Branch: master Date: Tue, 7 Jun 2022 21:09:24 +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: 64dd555e-3e6e-4e66-880a-3f586a50ad5d X-Archives-Hash: b7c7d64819b1a3e753f66ab169e7de4e commit: 11083bf1c402c8a804ec34188a35e6cca7d7e1cd Author: Andres Becerra gmail com> AuthorDate: Tue Jun 7 14:21:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 7 21:09:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11083bf1 media-sound/beets: add python-3.10 Closes: https://bugs.gentoo.org/850250 Closes: https://github.com/gentoo/gentoo/pull/25792 Tested-by: Andrés Becerra gmail.com> Signed-off-by: Andrés Becerra gmail.com> Signed-off-by: Sam James gentoo.org> media-sound/beets/beets-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/beets/beets-1.6.0.ebuild b/media-sound/beets/beets-1.6.0.ebuild index 37b074a88990..24d64828bfa2 100644 --- a/media-sound/beets/beets-1.6.0.ebuild +++ b/media-sound/beets/beets-1.6.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 bash-completion-r1 optfeature