Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/dependencies/
Date: Fri, 27 May 2022 09:00:33
Message-Id: 1653641961.94057052e439ab6fe70cb0560211ce36d56ec2b8.ulm@gentoo
1 commit: 94057052e439ab6fe70cb0560211ce36d56ec2b8
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 08:59:21 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 08:59:21 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=94057052
7
8 general-concepts/dependencies: Whitespace
9
10 Fixes: d08d5f0dea3d8580c55a052d6424863d6aeb8ae9
11 Fixes: 6c0b51ae63833c2ddfd58412727c0004db06d605
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 general-concepts/dependencies/text.xml | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/general-concepts/dependencies/text.xml b/general-concepts/dependencies/text.xml
18 index 59b1b37..0ff903d 100644
19 --- a/general-concepts/dependencies/text.xml
20 +++ b/general-concepts/dependencies/text.xml
21 @@ -631,7 +631,7 @@ package:
22 <dd>
23 Use a tool like <c>scanelf -n</c> (from app-misc/pax-utils) or
24 <c>objdump -p</c> (from sys-devel/binutils) to list <c>DT_NEEDED</c>
25 - entries.
26 + entries.
27 app-portage/iwdevtools and portage's own <c>qa-unresolved-soname-deps</c>
28 <b>FEATURE</b> can help finding these.
29 </dd>
30 @@ -804,7 +804,7 @@ requirements. For example, a package needs <c>dep1</c> and <c>dep2</c>, but
31 <c>dep1</c> since it currently pulls <c>dep2</c> too, but in the future,
32 <c>dep1</c> might drop <c>dep2</c> as a dependency, or make it conditional with
33 USE flags. This would then break building your ebuild.
34 -</p>
35 +</p>
36
37 </body>
38 </section>