From 5ce9ca77316843e8aea1c37f1c86af963f75b79b Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 3 Jun 2024 12:12:27 +0300 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/36995 Signed-off-by: Sam James --- sys-fs/cryfs/cryfs-0.10.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-fs') 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 -- cgit v1.2.3-65-gdbad