EAPI 2_pre0 Helpers doman Language codes in file names are now used for path translation. Man Page Path Translation Source Destination foo.1 /usr/share/man/man1/foo.1 foo.lang.1 /usr/share/man/lang/man1/foo.1
USE Dependencies Conditional USE Dependencies Syntax Examples Compact Form Equivalent Expanded Form foo[bar?] bar? ( foo[bar] ) !bar? ( foo ) foo[-bar?] bar? ( foo ) !bar? ( foo[-bar] ) foo[bar=] bar? ( foo[bar] ) !bar? ( foo[-bar] ) foo[bar!=] bar? ( foo[-bar] ) !bar? ( foo[bar] )