summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-05 21:36:24 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-05 21:36:24 +0000
commit6a6a89630cd576a78ad81b0898b35412bbdacd0d (patch)
tree08e79d765dab688679a0315afac8f33f5b00eb0e /man
parent4159f7a596e1d0416410f5c22db6fa23df7575e8 (diff)
downloadportage-6a6a89630cd576a78ad81b0898b35412bbdacd0d.tar.gz
portage-6a6a89630cd576a78ad81b0898b35412bbdacd0d.tar.bz2
portage-6a6a89630cd576a78ad81b0898b35412bbdacd0d.zip
Document SLOT dependencies. (trunk r7962)
svn path=/main/branches/2.1.2/; revision=7971
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.512
1 files changed, 12 insertions, 0 deletions
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