diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-02-05 14:47:59 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-02-05 14:50:23 +0100 |
commit | 5674671e9d7e0e1251561d81a1154dd5d92e60ec (patch) | |
tree | 1bd053427bfe6572d5c90f6fdb6473a25392f18a /man/include | |
parent | Refactor: use successive fail branches (diff) | |
download | portage-utils-5674671e9d7e0e1251561d81a1154dd5d92e60ec.tar.gz portage-utils-5674671e9d7e0e1251561d81a1154dd5d92e60ec.tar.bz2 portage-utils-5674671e9d7e0e1251561d81a1154dd5d92e60ec.zip |
qdepends: add support for BDEPEND
Bug: https://bugs.gentoo.org/674936
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man/include')
-rw-r--r-- | man/include/qdepends.optdesc.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/include/qdepends.optdesc.yaml b/man/include/qdepends.optdesc.yaml index 51b1cc70..5d786f37 100644 --- a/man/include/qdepends.optdesc.yaml +++ b/man/include/qdepends.optdesc.yaml @@ -1,13 +1,13 @@ all: | - Show *DEPEND, alias for \fB\-drp\fR. + Show *DEPEND, alias for \fB\-drpb\fR. key: | Advanced option to allow querying the VDB. This option overrides - \fB\-d\fR, \fB\-r\fR, \fB\-p\fR or \fB\-a\fR. \fI<arg>\fR can be - any key from Portage's VDB, e.g.\ any file from + \fB\-d\fR, \fB\-r\fR, \fB\-p\fR, \fB\-b\fR or \fB\-a\fR. + \fI<arg>\fR can be any key from Portage's VDB, e.g.\ any file from var/db/pkg/<cat>/<pkg>/. query: | Query reverse deps. This basically reverses the search to any - package that references \fI<arg>\fR in DEPEND, RDEPEND or PDEPEND. + package that references \fI<arg>\fR in DEPEND, RDEPEND, PDEPEND or BDEPEND. This can be useful to find consumers of a given package, e.g.\ to search for packages that have \fIlogwatch\fR in their DEPEND. name-only: | |