commit:     951f99fd9d7a046a3dc447b013572a8ac9f9adeb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 07:25:29 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 07:49:07 2021 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=951f99fd

ebuild-writing/functions/src_unpack/other-formats: use BDEPEND for unzip

Reported-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ebuild-writing/functions/src_unpack/other-formats/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-writing/functions/src_unpack/other-formats/text.xml 
b/ebuild-writing/functions/src_unpack/other-formats/text.xml
index 3647c80..696b461 100644
--- a/ebuild-writing/functions/src_unpack/other-formats/text.xml
+++ b/ebuild-writing/functions/src_unpack/other-formats/text.xml
@@ -19,7 +19,7 @@ If a package is supplied as a .zip file, you should:
 </p>
 
 <ul>
-   <li><c>DEPEND</c> upon <c>app-arch/unzip</c></li>
+   <li><c>BDEPEND</c> upon <c>app-arch/unzip</c></li>
    <li>Use <c>unpack</c> as normal</li>
 </ul>
 

Reply via email to