commit: 02a9a85917429b3f8cf49ffd741226749fd7137b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 15 07:27:38 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Mar 15 07:49:20 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=02a9a859
ebuild-writing/functions/src_unpack: specify BDEPEND Closes: https://github.com/gentoo/devmanual/pull/204 Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/functions/src_unpack/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebuild-writing/functions/src_unpack/text.xml b/ebuild-writing/functions/src_unpack/text.xml index 9c5f777..3412006 100644 --- a/ebuild-writing/functions/src_unpack/text.xml +++ b/ebuild-writing/functions/src_unpack/text.xml @@ -105,7 +105,7 @@ In EAPI 6 and later, filename extensions are matched case-insensitively. <important> Unless the utility needed for unpacking is in the system set, the ebuild must -specify the necessary build time dependency for it. +specify the necessary build time dependency (<c>BDEPEND</c>) for it. </important> </body>
