From: Zac Medico Date: Sat, 15 Sep 2012 19:53:02 +0000 (-0700) Subject: ebuild.5: add EAPI 5 usex helper X-Git-Tag: v2.2.0_alpha129~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f65ec9623fb98f4c134e38643520e2a9caeaa2f9;p=portage.git ebuild.5: add EAPI 5 usex helper --- 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\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\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,