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 E9314158064 for ; Thu, 9 May 2024 09:17:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5B72E2C64; Thu, 9 May 2024 09:17:43 +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 C2D98E2C64 for ; Thu, 9 May 2024 09:17:43 +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 BEC6334300E for ; Thu, 9 May 2024 09:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 556F611CA for ; Thu, 9 May 2024 09:17:41 +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: <1715246251.dbf6bb6e52e4dce2223c162d705ddc3aef8ef802.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/caribou/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/caribou/caribou-0.4.21-r7.ebuild X-VCS-Directories: app-accessibility/caribou/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: dbf6bb6e52e4dce2223c162d705ddc3aef8ef802 X-VCS-Branch: master Date: Thu, 9 May 2024 09:17:41 +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: a7c416f4-00f2-48e5-aa34-4aba7e4ffecd X-Archives-Hash: 149270e692e4b9ef7b6844ce257a3b2e commit: dbf6bb6e52e4dce2223c162d705ddc3aef8ef802 Author: Pacho Ramos gentoo org> AuthorDate: Thu May 9 09:17:05 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu May 9 09:17:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf6bb6e app-accessibility/caribou: enable py3.12 Bug: https://bugs.gentoo.org/929268 Signed-off-by: Pacho Ramos gentoo.org> app-accessibility/caribou/caribou-0.4.21-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-accessibility/caribou/caribou-0.4.21-r7.ebuild b/app-accessibility/caribou/caribou-0.4.21-r7.ebuild index 2154750619c3..d66a47a6ee5d 100644 --- a/app-accessibility/caribou/caribou-0.4.21-r7.ebuild +++ b/app-accessibility/caribou/caribou-0.4.21-r7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit autotools gnome.org gnome2-utils python-single-r1 vala