From: Zac Medico Date: Mon, 28 Jul 2008 22:59:59 +0000 (-0000) Subject: Add syntax examples for unconditional USE deps. X-Git-Tag: v2.2_rc5~29 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9de3e8b0ffdc542b4d62974b7d8e561321b2dd27;p=portage.git Add syntax examples for unconditional USE deps. svn path=/main/trunk/; revision=11255 --- diff --git a/doc/package/ebuild/eapi/2.docbook b/doc/package/ebuild/eapi/2.docbook index e6496288d..08386cc2f 100644 --- a/doc/package/ebuild/eapi/2.docbook +++ b/doc/package/ebuild/eapi/2.docbook @@ -33,6 +33,35 @@ USE Dependencies + + Unconditional USE Dependencies + Syntax Examples + + + + + + Example + Meaning + + + + + foo[bar] + foo must have bar enabled + + + foo[bar,baz] + foo must have both bar and baz enabled + + + foo[-bar,baz] + foo must have bar disabled and baz enabled + + + +
+
Conditional USE Dependencies Syntax Examples