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 48A611382C5 for ; Mon, 29 Mar 2021 20:44:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92CB3E085B; Mon, 29 Mar 2021 20:44:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 771C4E085B 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 73D83340C33 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 692DD63D 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: <1617050499.b487288add4b6a7ecc8a9674fe8e500ab7d8306a.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/common-mistakes/text.xml X-VCS-Directories: ebuild-writing/common-mistakes/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b487288add4b6a7ecc8a9674fe8e500ab7d8306a 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: c1b617d8-56f4-4dd7-b324-f47817cfc40f X-Archives-Hash: d80b1d4933ba792155f8b9d2fa2ed405 commit: b487288add4b6a7ecc8a9674fe8e500ab7d8306a Author: Sam James gentoo org> AuthorDate: Sat Mar 20 15:21:57 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Mar 29 20:41:39 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=b487288a ebuild-writing/common-mistakes: extend 'DEPEND is incomplete' Emphasise that the tips/information applies to all dependency classes. Signed-off-by: Sam James gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/common-mistakes/text.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index dcdc969..91eca66 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -284,6 +284,11 @@ part. DEPEND is incomplete + +The tips in this section apply to all dependency classes, not just +DEPEND. + +

This is another very common error. The ebuild submitter submits an ebuild that "just works" without checking if the dependencies are correct. Here are @@ -317,7 +322,7 @@ some tips on how to find the correct dependencies. programs, etc. 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, usually in BDEPEND.