Skip to content

Commit 515126e

Browse files
committed
EAPI 9: Update bash_compat from 5.2 to 5.3
Bug: https://bugs.gentoo.org/946193 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
1 parent 50c23c1 commit 515126e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pkgcore/ebuild/eapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,6 @@ def _combine_dicts(*mappings):
863863
eclass_keys=eapi8.eclass_keys,
864864
tracked_attributes=eapi8.tracked_attributes,
865865
archive_exts=eapi8.archive_exts,
866-
optionals=_combine_dicts(eapi8.options, dict(bash_compat="5.2", supported=False)),
866+
optionals=_combine_dicts(eapi8.options, dict(bash_compat="5.3", supported=False)),
867867
ebd_env_options=eapi8._ebd_env_options,
868868
)

0 commit comments

Comments
 (0)