From bf98a8fbc87cb8f322f24b838ae915eed4cc3f79 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 24 Sep 2005 00:26:24 +0000 Subject: use() is silent, update notes svn path=/main/branches/2.0/; revision=2018 --- man/ebuild.5 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'man') diff --git a/man/ebuild.5 b/man/ebuild.5 index 6f982fee8..a68307acf 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -408,19 +408,19 @@ Causes the current emerge process to be aborted. The final display will include \fIreason\fR. .TP \fBuse\fR \fI\fR -If \fIUSE item\fR is in the \fBUSE\fR variable, \fIUSE item\fR will be -echoed and the function will return 0. If \fIUSE item\fR is not in the -\fBUSE\fR variable, the function will return 1. \fBuseq\fR is a non-echoing -version of \fBuse\fR. +If \fIUSE item\fR is in the \fBUSE\fR variable, the function will silently +return 0 (aka shell true). If \fIUSE item\fR is not in the \fBUSE\fR +variable, the function will silently return 1 (aka shell false). \fBusev\fR +is a verbose version of \fBuse\fR. .RS .TP .I Example: .nf -if useq gnome ; then +if use gnome ; then guiconf="--enable-gui=gnome --with-x" -elif useq gtk ; then +elif use gtk ; then guiconf="--enable-gui=gtk --with-x" -elif useq X ; then +elif use X ; then guiconf="--enable-gui=athena --with-x" else # No gui version will be built -- cgit v1.2.3-1-g7c22