On Thu, 30 Oct 2008 11:15:28 +0000 Stephen Bennett <[EMAIL PROTECTED]> wrote: > On Thu, Oct 30, 2008 at 11:04:27AM +0000, Ciaran McCreesh wrote: > > ( flag1 flag2 ) [[ requires = [ foo bar -baz ] ]] > > Does this mean that foo bar -baz is required if either flag1 or flag2 > is set, or if both flag1 and flag2 are set?
It's shorthand for:
flag1 [[ requires = [ foo bar -baz ] ]]
flag2 [[ requires = [ foo bar -baz ] ]]
--
Ciaran McCreesh
signature.asc
Description: PGP signature
_______________________________________________ Exherbo-dev mailing list [email protected] http://lists.exherbo.org/mailman/listinfo/exherbo-dev
