commit: 0b761177f88afc62cf5c040e8a5de49964451587 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 04:10:44 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 7 17:28:16 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0b761177
eclass-writing: use BDEPEND for hypothetical jmake example Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass-writing/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml index cc703cc..a1f65a2 100644 --- a/eclass-writing/text.xml +++ b/eclass-writing/text.xml @@ -751,7 +751,7 @@ something like the following: EXPORT_FUNCTIONS src_compile -DEPEND=">=sys-devel/jmake-2" +BDEPEND=">=sys-devel/jmake-2" # @FUNCTION: jmake-configure # @USAGE: [additional-args]
