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 5583115810F for ; Thu, 8 Jun 2023 10:50:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 651A5E08D3; Thu, 8 Jun 2023 10:50:34 +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 475E2E08D3 for ; Thu, 8 Jun 2023 10:50:34 +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 102E2340BF1 for ; Thu, 8 Jun 2023 10:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63904A8C for ; Thu, 8 Jun 2023 10:50:31 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1686221416.14310ef0268303acc8ac45b4eca1fdc8136517cc.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/marisa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/marisa/marisa-0.2.6.ebuild dev-libs/marisa/marisa-9999.ebuild X-VCS-Directories: dev-libs/marisa/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 14310ef0268303acc8ac45b4eca1fdc8136517cc X-VCS-Branch: master Date: Thu, 8 Jun 2023 10:50:31 +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: 022b5a97-546d-4593-83bb-1e136a68a25b X-Archives-Hash: 340989ae4881d1e9c71ec2707a8fd0ef commit: 14310ef0268303acc8ac45b4eca1fdc8136517cc Author: Pacho Ramos gentoo org> AuthorDate: Thu Jun 8 10:27:01 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Jun 8 10:50:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14310ef0 dev-libs/marisa: enable py3.11 Closes: https://bugs.gentoo.org/896728 Signed-off-by: Pacho Ramos gentoo.org> dev-libs/marisa/marisa-0.2.6.ebuild | 3 ++- dev-libs/marisa/marisa-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/marisa/marisa-0.2.6.ebuild b/dev-libs/marisa/marisa-0.2.6.ebuild index 88ba4d121db3..6e587ffcb945 100644 --- a/dev-libs/marisa/marisa-0.2.6.ebuild +++ b/dev-libs/marisa/marisa-0.2.6.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_OPTIONAL="1" +DISTUTILS_EXT=1 inherit autotools distutils-r1 toolchain-funcs diff --git a/dev-libs/marisa/marisa-9999.ebuild b/dev-libs/marisa/marisa-9999.ebuild index fada309d55ad..7731d92f28e3 100644 --- a/dev-libs/marisa/marisa-9999.ebuild +++ b/dev-libs/marisa/marisa-9999.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_OPTIONAL="1" +DISTUTILS_EXT=1 inherit autotools distutils-r1 toolchain-funcs