summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-31 11:05:26 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-31 11:23:10 +0200
commitcf8f8d8488407b6fd38b93bbc3e5b67a931259b8 (patch)
treea3e75f44c0b1d8c146caa34dc71da1effcabf201 /sys-kernel/bliss-initramfs
parentsys-process/bcron: support py3.12 (diff)
downloadgentoo-cf8f8d8488407b6fd38b93bbc3e5b67a931259b8.tar.gz
gentoo-cf8f8d8488407b6fd38b93bbc3e5b67a931259b8.tar.bz2
gentoo-cf8f8d8488407b6fd38b93bbc3e5b67a931259b8.zip
sys-kernel/bliss-initramfs: support py3.12
Closes: https://bugs.gentoo.org/929846 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-kernel/bliss-initramfs')
-rw-r--r--sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild4
1 files 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"