aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2022-05-26 16:32:32 +0200
committerFabian Groffen <grobian@gentoo.org>2022-05-26 16:32:32 +0200
commitd301ed27e28417f185c374a044cfabeb32beb607 (patch)
tree71d7a5a444eae7768be6245c86918d7f1e938657 /man
parentlibq/dep: allow resolving multiple times (e.g. for overlays) (diff)
downloadportage-utils-d301ed27e28417f185c374a044cfabeb32beb607.tar.gz
portage-utils-d301ed27e28417f185c374a044cfabeb32beb607.tar.bz2
portage-utils-d301ed27e28417f185c374a044cfabeb32beb607.zip
qdepends: add --resolve flag to lookup depstrings
This doesn't respect keywords or masks, but with installed packages shows which packages currently match the deps as expressed Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r--man/qdepends.111
1 files changed, 10 insertions, 1 deletions
diff --git a/man/qdepends.1 b/man/qdepends.1
index 0690f16..5e5b00a 100644
--- a/man/qdepends.1
+++ b/man/qdepends.1
@@ -1,5 +1,5 @@
.\" generated by mkman.py, please do NOT edit!
-.TH qdepends "1" "Feb 2021" "Gentoo Foundation" "qdepends"
+.TH qdepends "1" "May 2022" "Gentoo Foundation" "qdepends"
.SH NAME
qdepends \- show dependency info
.SH SYNOPSIS
@@ -68,6 +68,9 @@ Search installed packages using VDB.
\fB\-t\fR, \fB\-\-tree\fR
Search available ebuilds in the tree.
.TP
+\fB\-U\fR, \fB\-\-use\fR
+Apply profile USE-flags to conditional deps.
+.TP
\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
Pretty-print DEPEND declaration to be used in an ebuild. This
option initiates a very different mode of operation. Instead of
@@ -82,6 +85,9 @@ e.g.\ the DEPEND= part is skipped.
\fB\-S\fR, \fB\-\-pretty\fR
Pretty format specified depend strings.
.TP
+\fB\-R\fR, \fB\-\-resolve\fR
+Resolve found dependencies to package versions.
+.TP
\fB\-\-root\fR \fI<arg>\fR
Set the ROOT env var.
.TP
@@ -97,6 +103,9 @@ Suppress DEPEND= output for \fB\-f\fR. Only print the matching atom for \fB\-Q\
\fB\-C\fR, \fB\-\-nocolor\fR
Don't output color.
.TP
+\fB\-\-color\fR
+Force color in output.
+.TP
\fB\-h\fR, \fB\-\-help\fR
Print this help and exit.
.TP