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 1D446158043 for ; Sun, 14 Apr 2024 21:09:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA15FE29E9; Sun, 14 Apr 2024 21:09:24 +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 BB270E29EC for ; Sun, 14 Apr 2024 21:09:24 +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 D408E3433A7 for ; Sun, 14 Apr 2024 21:09:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CCF516E7 for ; Sun, 14 Apr 2024 21:09:21 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1713128952.ad706da84c48a34b5d7a02ef505a2bcdb44123e3.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/zim/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/zim/zim-0.75.2-r1.ebuild X-VCS-Directories: x11-misc/zim/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: ad706da84c48a34b5d7a02ef505a2bcdb44123e3 X-VCS-Branch: master Date: Sun, 14 Apr 2024 21:09:21 +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: 16a9bcb8-edb2-45b9-af3c-efe6ca0d6bbf X-Archives-Hash: 60749c0d648ef7b2bd907e0e09766073 commit: ad706da84c48a34b5d7a02ef505a2bcdb44123e3 Author: Bernard Cafarelli gentoo org> AuthorDate: Sun Apr 14 16:42:31 2024 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Apr 14 21:09:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad706da8 x11-misc/zim: enable py3.12 Closes: https://bugs.gentoo.org/929892 Signed-off-by: Bernard Cafarelli gentoo.org> x11-misc/zim/zim-0.75.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/zim/zim-0.75.2-r1.ebuild b/x11-misc/zim/zim-0.75.2-r1.ebuild index 7afe93914e99..e72df1ffba7f 100644 --- a/x11-misc/zim/zim-0.75.2-r1.ebuild +++ b/x11-misc/zim/zim-0.75.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) PYTHON_REQ_USE="sqlite" DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1