commit: 97a6391f49d9a9ba297da349c021fb00c3067762 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Feb 21 18:30:11 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Apr 14 15:53:25 2023 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=97a6391f
profiles.tex: The parent file can contain comments Closes: https://bugs.gentoo.org/470094 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> profiles.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles.tex b/profiles.tex index 30da81b..856643b 100644 --- a/profiles.tex +++ b/profiles.tex @@ -25,7 +25,8 @@ first, left to right, with duplicate parent paths being sourced for every time t It is illegal for a profile's parent tree to contain cycles. Package manager behaviour upon encountering a cycle is undefined. -This file must not contain comments, blank lines or make use of line continuations. +This file must not make use of line continuations. Blank lines and those beginning with a \t{\#} +are discarded. \subsection{The eapi file} \label{sec:profile-eapi}
