proj/portage:master commit in: man/
"Sam James" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786132700.6a89d64c4da00ff8207b0ab9536f6745008585e0.sam@gentoo> |
commit: 6a89d64c4da00ff8207b0ab9536f6745008585e0 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon Aug 3 08:20:30 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 7 19:58:20 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6a89d64c man/ebuild: document 'fetchall' command The 'fetchall' command was previously not mentioned in the ebuild(1) man page. Fix this by documenting it. Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> Part-of: https://github.com/gentoo/portage/pull/1641 Closes: https://github.com/gentoo/portage/pull/1641 Signed-off-by: Sam James <sam <AT> gentoo.org> man/ebuild.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/ebuild.1 b/man/ebuild.1 index 373b93390..5d27eae02 100644 --- a/man/ebuild.1 +++ b/man/ebuild.1 @@ -66,6 +66,9 @@ just\-downloaded sources' checksums don't match those recorded in files/digest\-[package]\-[version\-rev], a warning is printed and ebuild exits with an error code of 1. .TP +.BR fetchall +Like \fBfetch\fR, but fetches all URIs (even ones invalid due to USE conditionals). +.TP .BR digest This is now equivalent to the \fImanifest\fR command. .TP