From: Zac Medico Date: Fri, 5 Oct 2007 21:36:24 +0000 (-0000) Subject: Document SLOT dependencies. (trunk r7962) X-Git-Tag: v2.1.3.16~62 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6a6a89630cd576a78ad81b0898b35412bbdacd0d;p=portage.git Document SLOT dependencies. (trunk r7962) svn path=/main/branches/2.1.2/; revision=7971 --- diff --git a/man/ebuild.5 b/man/ebuild.5 index 7297ff52a..7a91dc8a0 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -247,6 +247,18 @@ etc... and not match version '1.0', '3.0', '4.1', etc... \fI~\fR means match any revision of the base version specified. So in the above example, we would match versions '1.0.2a', '1.0.2a\-r1', '1.0.2a\-r2', etc... +.TP +.B Atom Slots +Beginning with \fBEAPI 1\fR, any atom can be constrained to match a specific +\fBSLOT\fR. This is accomplished by appending a colon followed by a +\fBSLOT\fR: + +.nf +x11\-libs/qt:3 +\fI~\fRx11\-libs/qt-3.3.8:3 +\fI>=\fRx11\-libs/qt-3.3.8:3 +\fI=\fRx11\-libs/qt-3.3*:3 +.fi .RE .TP .B Dynamic DEPENDs