From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1370921-garchives=archives.gentoo.org@lists.gentoo.org> 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 B607515808B for <garchives@archives.gentoo.org>; Sat, 26 Feb 2022 02:30:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A0A9E085E; Sat, 26 Feb 2022 02:30:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E5FF9E085B for <gentoo-commits@lists.gentoo.org>; Sat, 26 Feb 2022 02:30:08 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45A98335DA6 for <gentoo-commits@lists.gentoo.org>; Sat, 26 Feb 2022 02:30:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ADEF30C for <gentoo-commits@lists.gentoo.org>; Sat, 26 Feb 2022 02:30:00 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1645842580.f097bd51e09f919803554613186f06d193042537.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vigra/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vigra/vigra-1.11.1-r6.ebuild X-VCS-Directories: media-libs/vigra/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f097bd51e09f919803554613186f06d193042537 X-VCS-Branch: master Date: Sat, 26 Feb 2022 02:30:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 560adbd7-c420-4db7-983a-2608970060d8 X-Archives-Hash: 1555c97c6910e88888a1eb6fcbfed5d6 commit: f097bd51e09f919803554613186f06d193042537 Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com> AuthorDate: Sun Feb 20 13:20:16 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 26 02:29:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f097bd51 media-libs/vigra: add python 3.10 Closes: https://bugs.gentoo.org/829444 Closes: https://github.com/gentoo/gentoo/pull/23381 Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/vigra/vigra-1.11.1-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/vigra/vigra-1.11.1-r6.ebuild b/media-libs/vigra/vigra-1.11.1-r6.ebuild index 0f691407b511..5712b97f47a9 100644 --- a/media-libs/vigra/vigra-1.11.1-r6.ebuild +++ b/media-libs/vigra/vigra-1.11.1-r6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+),xml" inherit cmake flag-o-matic python-r1