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 DEE6113835A for ; Mon, 29 Mar 2021 20:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20690E084E; Mon, 29 Mar 2021 20:44:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0AE97E084E for ; Mon, 29 Mar 2021 20:44:09 +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 1E25F340C44 for ; Mon, 29 Mar 2021 20:44:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 423C363B for ; Mon, 29 Mar 2021 20:44:05 +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: <1617050498.a0af214749946a602a8fef95495ca9150bf93946.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/dependencies/ X-VCS-Repository: proj/devmanual X-VCS-Files: general-concepts/dependencies/text.xml X-VCS-Directories: general-concepts/dependencies/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a0af214749946a602a8fef95495ca9150bf93946 X-VCS-Branch: master Date: Mon, 29 Mar 2021 20:44:05 +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: 1f653c8d-cef3-4297-a8ab-414976c5cfbc X-Archives-Hash: 66f5e28ed500fa2ff04642dac4b4be13 commit: a0af214749946a602a8fef95495ca9150bf93946 Author: Sam James gentoo org> AuthorDate: Sat Mar 20 14:56:44 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Mar 29 20:41:38 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a0af2147 general-concepts/dependencies: emphasise BDEPEND for build-system dependencies Signed-off-by: Sam James gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> general-concepts/dependencies/text.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/general-concepts/dependencies/text.xml b/general-concepts/dependencies/text.xml index eac1967..f49e319 100644 --- a/general-concepts/dependencies/text.xml +++ b/general-concepts/dependencies/text.xml @@ -626,12 +626,13 @@ package:
Remember non-binary dependencies such as pkg-config, doc generation - programs, etc. + programs, etc. Such programs would usually belong in BDEPEND.
Usually the build process requires some dependencies such as intltool, libtool, pkg-config, doxygen, scrollkeeper, gtk-doc, etc. Make sure those - are clearly stated. + are clearly stated. Again, such dependencies usually belong in + BDEPEND.