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 AEFAC15ACFB for ; Thu, 20 Apr 2023 14:24:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E38F4E090E; Thu, 20 Apr 2023 14:24:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4595E090E for ; Thu, 20 Apr 2023 14:24:47 +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 3140934096C for ; Thu, 20 Apr 2023 14:24:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C8EF141 for ; Thu, 20 Apr 2023 14:24:43 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1682000673.8ebcb26561c2513cbc38dbd57600ac7cb64cbb67.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mongodb/mongodb-5.0.16-r1.ebuild dev-db/mongodb/mongodb-5.0.16.ebuild X-VCS-Directories: dev-db/mongodb/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 8ebcb26561c2513cbc38dbd57600ac7cb64cbb67 X-VCS-Branch: master Date: Thu, 20 Apr 2023 14:24:43 +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: bdf62a9a-a641-4e0d-a737-0846169ff3d6 X-Archives-Hash: e3cbda9c034ff375819555ac9c720e7d commit: 8ebcb26561c2513cbc38dbd57600ac7cb64cbb67 Author: Alexys Jacob gentoo org> AuthorDate: Thu Apr 20 14:23:51 2023 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Thu Apr 20 14:24:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ebcb265 dev-db/mongodb: support python3.11 closes #896672 Signed-off-by: Alexys Jacob gentoo.org> dev-db/mongodb/{mongodb-5.0.16.ebuild => mongodb-5.0.16-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mongodb/mongodb-5.0.16.ebuild b/dev-db/mongodb/mongodb-5.0.16-r1.ebuild similarity index 99% rename from dev-db/mongodb/mongodb-5.0.16.ebuild rename to dev-db/mongodb/mongodb-5.0.16-r1.ebuild index 1b3bb1bda7a1..2393d1783b1d 100644 --- a/dev-db/mongodb/mongodb-5.0.16.ebuild +++ b/dev-db/mongodb/mongodb-5.0.16-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) SCONS_MIN_VERSION="3.3.1" CHECKREQS_DISK_BUILD="2400M"