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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34BFE13933E for ; Wed, 14 Jul 2021 21:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67C58E0A5E; Wed, 14 Jul 2021 21:27:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BFEEE0A5E for ; Wed, 14 Jul 2021 21:27:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FF2C342A6A for ; Wed, 14 Jul 2021 21:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 586E7798 for ; Wed, 14 Jul 2021 21:27:35 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1626297938.8469eba13074d5ae721e9d8e723a8523386b40c8.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bear/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bear/bear-3.0.13.ebuild X-VCS-Directories: dev-util/bear/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8469eba13074d5ae721e9d8e723a8523386b40c8 X-VCS-Branch: master Date: Wed, 14 Jul 2021 21:27:35 +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: 4538da9f-3608-4e28-b925-40e7a3edfe52 X-Archives-Hash: 5fd0a9f3c5bbc0445817240f2e1ee549 commit: 8469eba13074d5ae721e9d8e723a8523386b40c8 Author: Douglas Agbeve agbeve com> AuthorDate: Wed Jul 14 10:07:54 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Jul 14 21:25:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8469eba1 dev-util/bear: python_10 support Package-Manager: Portage-3.0.20, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/21634 Signed-off-by: Douglas Agbeve agbeve.com> Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/bear/bear-3.0.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bear/bear-3.0.13.ebuild b/dev-util/bear/bear-3.0.13.ebuild index 97791cb96b0..ce27dec8b19 100644 --- a/dev-util/bear/bear-3.0.13.ebuild +++ b/dev-util/bear/bear-3.0.13.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit cmake python-any-r1