commit: 0eadc50aab2fd5e064127defe1058e4abce156f3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jul 20 02:05:05 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 20 02:09:39 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0eadc50a
ebuild.5: mention Bash version depends on EAPI Signed-off-by: Sam James <sam <AT> gentoo.org> man/ebuild.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index ae1e1ce27..4a96276e8 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -9,7 +9,8 @@ This script contains variables and commands that specify how to download, unpack, patch, compile, install and merge a particular software package from its original sources. In addition to all of this, the ebuild script can also contain pre/post install/remove commands, as required. All ebuild scripts are -written in bash. +written in bash. The minimum version of Bash for an ebuild depends on the +EAPI version. .SS "Dependencies" A \fIdepend atom\fR is simply a dependency that is used by portage when
