summaryrefslogtreecommitdiffstats
path: root/man/ebuild.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-15 12:53:02 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-15 12:53:02 -0700
commitf65ec9623fb98f4c134e38643520e2a9caeaa2f9 (patch)
tree3062c8553d1aebd66258d520276822feb18cd309 /man/ebuild.5
parentac85d5aa9f2b55850ff463f741e6f542e6d3817f (diff)
downloadportage-f65ec9623fb98f4c134e38643520e2a9caeaa2f9.tar.gz
portage-f65ec9623fb98f4c134e38643520e2a9caeaa2f9.tar.bz2
portage-f65ec9623fb98f4c134e38643520e2a9caeaa2f9.zip
ebuild.5: add EAPI 5 usex helper
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.55
1 files changed, 5 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index fdcf3cf1f..4319311e5 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -925,6 +925,11 @@ fi
.fi
.RE
.TP
+\fBusex\fR \fI<USE flag>\fR \fI[true output]\fR \fI[false output]\fR \fI[true suffix]\fR \fI[false suffix]\fR
+If USE flag is set, echo [true output][true suffix] (defaults to
+"yes"), otherwise echo [false output][false suffix] (defaults to
+"no"). The usex helper is available beginning with \fBEAPI 5\fR.
+.TP
\fBuse_with\fR \fI<USE item>\fR \fI[configure name]\fR \fI[configure opt]\fR
Useful for creating custom options to pass to a configure script. If \fIUSE
item\fR is in the \fBUSE\fR variable and a \fIconfigure opt\fR is specified,