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 4A38D15808B for ; Fri, 8 Apr 2022 05:26:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82815E092E; Fri, 8 Apr 2022 05:26:04 +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 A4A81E092E for ; Fri, 8 Apr 2022 05:26:02 +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 BBE6F341147 for ; Fri, 8 Apr 2022 05:25:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21807392 for ; Fri, 8 Apr 2022 05:25:57 +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: <1649393929.5ca05f960163078dfbd737ba42b4077fa8bf82be.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-2.4.4-r1.ebuild X-VCS-Directories: dev-util/bear/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 5ca05f960163078dfbd737ba42b4077fa8bf82be X-VCS-Branch: master Date: Fri, 8 Apr 2022 05:25:57 +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: bd10183c-c49f-457a-9948-dc434c0611b2 X-Archives-Hash: b6586dbe3758658195b3ba2229641254 commit: 5ca05f960163078dfbd737ba42b4077fa8bf82be Author: Denis Pronin yandex ru> AuthorDate: Sat Mar 19 10:02:26 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Apr 8 04:58:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca05f96 dev-util/bear-2.4.4-r1: support python-3.10 enabled opportunity for a user to use python-3.10 for dev-util/bear-2.4.4-r1 Closes: https://github.com/gentoo/gentoo/pull/24656 Signed-off-by: Denis Pronin yandex.ru> Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/bear/bear-2.4.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bear/bear-2.4.4-r1.ebuild b/dev-util/bear/bear-2.4.4-r1.ebuild index af4cedd7fc4f..08fbed8fe87a 100644 --- a/dev-util/bear/bear-2.4.4-r1.ebuild +++ b/dev-util/bear/bear-2.4.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit bash-completion-r1 cmake python-single-r1