From: Zac Medico Date: Sat, 15 Sep 2012 19:11:57 +0000 (-0700) Subject: ebuild.5: add EAPI 5 REQUIRED_USE ?? operator X-Git-Tag: v2.2.0_alpha129~17 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c4ac9c98510a8c61f474225d52287de29c9ce975;p=portage.git ebuild.5: add EAPI 5 REQUIRED_USE ?? operator --- diff --git a/man/ebuild.5 b/man/ebuild.5 index 31a235cb7..ef355057a 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -589,6 +589,7 @@ If flag1 disabled then flag2 enabled !flag1? ( flag2 ) If flag1 disabled then flag2 disabled !flag1? ( !flag2 ) Must enable any one or more (inclusive or) || ( flag1 flag2 flag3 ) Must enable exactly one but not more (exclusive or) ^^ ( flag1 flag2 flag3 ) +May enable at most one (EAPI 5 or later) ?? ( flag1 flag2 flag3 ) .TE .TP \fBRESTRICT\fR = \fI[strip,mirror,fetch,userpriv]\fR