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 D459F158086 for ; Mon, 1 Nov 2021 08:29:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD1FAE081E; Mon, 1 Nov 2021 08:29:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 965D7E081E for ; Mon, 1 Nov 2021 08:29:03 +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 9962D342D08 for ; Mon, 1 Nov 2021 08:29:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3878A195 for ; Mon, 1 Nov 2021 08:29:01 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1635755329.45c08feeb67878ebb746cc7edb5742df3db19efe.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/volk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/volk/volk-2.5.0.ebuild X-VCS-Directories: sci-libs/volk/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 45c08feeb67878ebb746cc7edb5742df3db19efe X-VCS-Branch: master Date: Mon, 1 Nov 2021 08:29:01 +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: bcdd3377-d367-40ab-bea8-4366f4f66760 X-Archives-Hash: a1beea14873632f15173ac15b74dc202 commit: 45c08feeb67878ebb746cc7edb5742df3db19efe Author: Arthur Zamarin gentoo org> AuthorDate: Mon Nov 1 08:27:38 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Nov 1 08:28:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c08fee sci-libs/volk: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> sci-libs/volk/volk-2.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/volk/volk-2.5.0.ebuild b/sci-libs/volk/volk-2.5.0.ebuild index aff22b50715..c60b99d87b2 100644 --- a/sci-libs/volk/volk-2.5.0.ebuild +++ b/sci-libs/volk/volk-2.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) #https://github.com/gnuradio/volk/issues/383 CMAKE_BUILD_TYPE="None"