commit: cf8f8d8488407b6fd38b93bbc3e5b67a931259b8 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Jul 31 09:05:26 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Jul 31 09:23:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8f8d84
sys-kernel/bliss-initramfs: support py3.12 Closes: https://bugs.gentoo.org/929846 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> 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 f709e633617a..fd42649638da 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"
