From cf8f8d8488407b6fd38b93bbc3e5b67a931259b8 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 31 Jul 2024 11:05:26 +0200 Subject: [PATCH] sys-kernel/bliss-initramfs: support py3.12 Closes: https://bugs.gentoo.org/929846 Signed-off-by: Pacho Ramos --- sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild b/sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild index f709e633617a8..fd42649638da6 100644 --- a/sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild +++ b/sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 DESCRIPTION="Boot your system's rootfs from Encrypted/OpenZFS"