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 244DA15817D for ; Mon, 3 Jun 2024 11:15:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BF9DE2AF5; Mon, 3 Jun 2024 11:15:37 +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 50860E2AF5 for ; Mon, 3 Jun 2024 11:15:37 +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 67B2A335D6A for ; Mon, 3 Jun 2024 11:15:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEE81119 for ; Mon, 3 Jun 2024 11:15:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717413319.5ce9ca77316843e8aea1c37f1c86af963f75b79b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cryfs/cryfs-0.10.3-r1.ebuild X-VCS-Directories: sys-fs/cryfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5ce9ca77316843e8aea1c37f1c86af963f75b79b X-VCS-Branch: master Date: Mon, 3 Jun 2024 11:15:34 +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: 7eaaa740-8a2b-45f2-ab7a-1823181456e9 X-Archives-Hash: 722b1e6232f40a6901ff4c4435fe7c35 commit: 5ce9ca77316843e8aea1c37f1c86af963f75b79b Author: Alfred Wingate protonmail com> AuthorDate: Mon Jun 3 09:12:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 3 11:15:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce9ca77 sys-fs/cryfs: enable py3.12 * Bundled versioneer is removed so we can freely follow dev-python/versioneer PYTHON_COMPAT. Closes: https://bugs.gentoo.org/929842 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/36995 Signed-off-by: Sam James gentoo.org> sys-fs/cryfs/cryfs-0.10.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild index 066345cf8c48..80309d474e3f 100644 --- a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild +++ b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake flag-o-matic linux-info python-any-r1 if [[ ${PV} == 9999 ]] ; then