commit: 3bc08179b3ff8eb944b4784a56b5f02451770e8f Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 21 17:20:33 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Mar 21 17:31:35 2025 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=3bc08179
EAPI=9: update bash_compat to 5.2 Bug: https://bugs.gentoo.org/946193 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 ce612743..90e899c0 100644 --- a/src/pkgcore/ebuild/eapi.py +++ b/src/pkgcore/ebuild/eapi.py @@ -859,6 +859,6 @@ eapi9 = EAPI.register( eclass_keys=eapi8.eclass_keys, tracked_attributes=eapi8.tracked_attributes, archive_exts=eapi8.archive_exts, - optionals=eapi8.options, + optionals=_combine_dicts(eapi8.options, dict(bash_compat="5.2")), ebd_env_options=eapi8._ebd_env_options, )
