commit: 8d761720f0641d2fe47a7bacc1dcdd27d956f170 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Nov 22 20:03:43 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Dec 20 15:44:38 2025 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=8d761720
EAPI 9: Update bash_compat from 5.2 to 5.3 Bug: https://bugs.gentoo.org/946193 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> Closes: https://github.com/pkgcore/pkgcore/pull/456 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> src/pkgcore/ebuild/eapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkgcore/ebuild/eapi.py b/src/pkgcore/ebuild/eapi.py index dfd984ae..de8c548b 100644 --- a/src/pkgcore/ebuild/eapi.py +++ b/src/pkgcore/ebuild/eapi.py @@ -863,6 +863,6 @@ eapi9 = EAPI.register( eclass_keys=eapi8.eclass_keys, tracked_attributes=eapi8.tracked_attributes, archive_exts=eapi8.archive_exts, - optionals=_combine_dicts(eapi8.options, dict(bash_compat="5.2", supported=False)), + optionals=_combine_dicts(eapi8.options, dict(bash_compat="5.3", supported=False)), ebd_env_options=eapi8._ebd_env_options, )
