commit: 76c6292bc14b82ff243aa7544175f940e7dcc940 Author: Zen <z <AT> pyl <DOT> onl> AuthorDate: Tue Feb 24 15:42:50 2026 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Tue Feb 24 16:37:30 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c6292b
sys-kernel/ugrd: update 9999 to use python 3.14 Signed-off-by: Zen <z <AT> pyl.onl> Part-of: https://github.com/gentoo/gentoo/pull/45862 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> sys-kernel/ugrd/ugrd-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/ugrd/ugrd-9999.ebuild b/sys-kernel/ugrd/ugrd-9999.ebuild index 31371a8de0df..5f75314498dd 100644 --- a/sys-kernel/ugrd/ugrd-9999.ebuild +++ b/sys-kernel/ugrd/ugrd-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 git-r3 optfeature shell-completion DESCRIPTION="Python based POSIX initramfs generator with TOML definitions"
