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 B8B0F158091 for ; Wed, 18 May 2022 11:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2081E0974; Wed, 18 May 2022 11:16:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9F569E0971 for ; Wed, 18 May 2022 11:16:06 +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 C814E341528 for ; Wed, 18 May 2022 11:16:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A543474 for ; Wed, 18 May 2022 11:16:04 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1652872555.aabee6f44ab34923ac9ef6ffdba1b21c10e86934.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bsddb3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bsddb3/bsddb3-6.2.9.ebuild X-VCS-Directories: dev-python/bsddb3/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: aabee6f44ab34923ac9ef6ffdba1b21c10e86934 X-VCS-Branch: master Date: Wed, 18 May 2022 11:16:04 +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: 05f043a6-5bb3-4404-a3a6-05dfdee3c8ad X-Archives-Hash: 32dedacdf4a8e3496ffc28a7e7da9309 commit: aabee6f44ab34923ac9ef6ffdba1b21c10e86934 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed May 18 11:13:47 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed May 18 11:15:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aabee6f4 dev-python/bsddb3: enable py3.11 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/bsddb3/bsddb3-6.2.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/bsddb3/bsddb3-6.2.9.ebuild b/dev-python/bsddb3/bsddb3-6.2.9.ebuild index cbbd749168b9..90b29c9b3175 100644 --- a/dev-python/bsddb3/bsddb3-6.2.9.ebuild +++ b/dev-python/bsddb3/bsddb3-6.2.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_IN_SOURCE_BUILD=1 inherit db-use distutils-r1