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 543DC158020 for ; Wed, 23 Nov 2022 01:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5513E0C0B; Wed, 23 Nov 2022 01:45:21 +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 D720FE0C08 for ; Wed, 23 Nov 2022 01:45:20 +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 9D6F83407E6 for ; Wed, 23 Nov 2022 01:45:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2055C771 for ; Wed, 23 Nov 2022 01:45:17 +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: <1669167819.e2c290ba221acf7b0070a46829d8caa318e4ecea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gtest/gtest-9999.ebuild X-VCS-Directories: dev-cpp/gtest/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e2c290ba221acf7b0070a46829d8caa318e4ecea X-VCS-Branch: master Date: Wed, 23 Nov 2022 01:45:17 +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: 27588070-e9e8-42a6-a760-da18f9a103b0 X-Archives-Hash: 120af569327bc76a0769352b358d5377 commit: e2c290ba221acf7b0070a46829d8caa318e4ecea Author: Peter Levine gmail com> AuthorDate: Sun Nov 20 09:03:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 23 01:43:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c290ba dev-cpp/gtest: enable py3.11 Tested, working with python-3.11.0_p2. Signed-off-by: Peter Levine gmail.com> Signed-off-by: Sam James gentoo.org> dev-cpp/gtest/gtest-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index 6e0f6bd08c96..a337f063e2df 100644 --- a/dev-cpp/gtest/gtest-9999.ebuild +++ b/dev-cpp/gtest/gtest-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 # Python is required for tests and some build tasks. -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake-multilib python-any-r1