From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60D7113835A for ; Wed, 7 Apr 2021 17:35:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACFEBE097E; Wed, 7 Apr 2021 17:35:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9920CE0975 for ; Wed, 7 Apr 2021 17:35:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C31E2335D48 for ; Wed, 7 Apr 2021 17:35:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 330A9648 for ; Wed, 7 Apr 2021 17:35:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1617816496.0b761177f88afc62cf5c040e8a5de49964451587.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: eclass-writing/ X-VCS-Repository: proj/devmanual X-VCS-Files: eclass-writing/text.xml X-VCS-Directories: eclass-writing/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0b761177f88afc62cf5c040e8a5de49964451587 X-VCS-Branch: master Date: Wed, 7 Apr 2021 17:35:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d8437d1-924d-44d7-b020-ca90a6c36994 X-Archives-Hash: 6a0e30d80bdf6de24e0a3c454b5b976f commit: 0b761177f88afc62cf5c040e8a5de49964451587 Author: Sam James gentoo org> AuthorDate: Sun Mar 21 04:10:44 2021 +0000 Commit: Ulrich Müller gentoo 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 gentoo.org> Signed-off-by: Ulrich Müller 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]