summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-05 20:43:28 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-05 20:43:28 +0000
commita11e110e5dafadcc0337ce71894915053a173fc4 (patch)
tree2fb79d5e4dfd501cdb0753303eddd4ef43efab7f /man/ebuild.5
parentreplace category sets in test configuration with user sets (diff)
downloadportage-idfetch-a11e110e5dafadcc0337ce71894915053a173fc4.tar.gz
portage-idfetch-a11e110e5dafadcc0337ce71894915053a173fc4.tar.bz2
portage-idfetch-a11e110e5dafadcc0337ce71894915053a173fc4.zip
Document SLOT dependencies.
svn path=/main/trunk/; revision=7962
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.512
1 files changed, 12 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 7297ff52..7a91dc8a 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