aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2023-01-30 15:14:11 +0100
committerFabian Groffen <grobian@gentoo.org>2023-01-30 15:14:11 +0100
commit49da23ddba819dcf41bc3e5c1a2fb1c8801895d3 (patch)
treef2f9f66dce75a1375b28cde08f6953c52a2ea229 /man
parentlibq/tree: add support IDEPEND (diff)
downloadportage-utils-49da23ddba819dcf41bc3e5c1a2fb1c8801895d3.tar.gz
portage-utils-49da23ddba819dcf41bc3e5c1a2fb1c8801895d3.tar.bz2
portage-utils-49da23ddba819dcf41bc3e5c1a2fb1c8801895d3.zip
qdepends: add support for IDEPEND, #892533
Bug: https://bugs.gentoo.org/892533 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r--man/include/qdepends.desc3
-rw-r--r--man/qdepends.18
2 files changed, 8 insertions, 3 deletions
diff --git a/man/include/qdepends.desc b/man/include/qdepends.desc
index 19000d08..70b27bec 100644
--- a/man/include/qdepends.desc
+++ b/man/include/qdepends.desc
@@ -4,7 +4,8 @@ applet has two different modes, forward and reverse dependency querying.
Default operation is forward mode, answering the queries "what does
package X depend on", while reverse mode answers "what packages depend
on X". Both modes can be further specified into build (DEPEND), run
-(RDEPEND), post (PDEPEND) and EAPI7's BDEPEND dependencies.
+(RDEPEND), post (PDEPEND), EAPI7's build (BDEPEND) and EAPI8's
+install-time (IDEPEND) dependencies.
.P
By default, \fIqdepends\fR returns the unique set of atoms that match
all dependency variables. To split this out per variable, use \fB-v\fR
diff --git a/man/qdepends.1 b/man/qdepends.1
index 5e5b00a2..95e2b371 100644
--- a/man/qdepends.1
+++ b/man/qdepends.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qdepends "1" "May 2022" "Gentoo Foundation" "qdepends"
+.TH qdepends "1" "Jan 2023" "Gentoo Foundation" "qdepends"
.SH NAME
qdepends \- show dependency info
.SH SYNOPSIS
@@ -12,7 +12,8 @@ applet has two different modes, forward and reverse dependency querying.
Default operation is forward mode, answering the queries "what does
package X depend on", while reverse mode answers "what packages depend
on X". Both modes can be further specified into build (DEPEND), run
-(RDEPEND), post (PDEPEND) and EAPI7's BDEPEND dependencies.
+(RDEPEND), post (PDEPEND), EAPI7's build (BDEPEND) and EAPI8's
+install-time (IDEPEND) dependencies.
.P
By default, \fIqdepends\fR returns the unique set of atoms that match
all dependency variables. To split this out per variable, use \fB-v\fR
@@ -52,6 +53,9 @@ Show PDEPEND info.
\fB\-b\fR, \fB\-\-bdepend\fR
Show BDEPEND info.
.TP
+\fB\-I\fR, \fB\-\-idepend\fR
+Show IDEPEND info.
+.TP
\fB\-Q\fR, \fB\-\-query\fR
Query reverse deps. This basically reverses the search to any
package that references \fI<arg>\fR in DEPEND, RDEPEND, PDEPEND or BDEPEND.