summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-14 07:33:06 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-14 07:33:06 +0000
commit449c20fa3d4a8e4c685197ca8d75bbacbb4bde45 (patch)
treed033d0e93b406cf833bad6ca140fa4829fd8ac08 /man/ebuild.5
parentAdd newlines so that first lines of tables display properly with man2html. (diff)
downloadportage-idfetch-449c20fa3d4a8e4c685197ca8d75bbacbb4bde45.tar.gz
portage-idfetch-449c20fa3d4a8e4c685197ca8d75bbacbb4bde45.tar.bz2
portage-idfetch-449c20fa3d4a8e4c685197ca8d75bbacbb4bde45.zip
Bug #244485 - Document the !!atom blocker syntax.
svn path=/main/trunk/; revision=11901
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.56
1 files changed, 6 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index a2b067dd..bfb7caed 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -244,10 +244,16 @@ examples you may find in the portage tree:
=dev\-libs/glib\-2\fI*\fR
\fI!\fR=net\-fs/samba\-2\fI*\fR
\fI~\fRnet\-libs/libnet\-1.0.2a
+\fI!!\fR<sys\-apps/portage\-2.1.4_rc1\fI\fR
.fi
\fI!\fR means block packages from being installed at the same time.
.br
+\fI!!\fR means block packages from being installed at the same time
+and explicitly disallow them from being temporarily installed
+simultaneously during a series of upgrades. This syntax is supported
+beginning with \fBEAPI 2\fR.
+.br
\fI*\fR means match any version of the package so long as the specified base
is matched. So with a version of '2*', we can match '2.1', '2.2', '2.2.1',
etc... and not match version '1.0', '3.0', '4.1', etc...