diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-11-14 07:33:06 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-11-14 07:33:06 +0000 |
commit | 449c20fa3d4a8e4c685197ca8d75bbacbb4bde45 (patch) | |
tree | d033d0e93b406cf833bad6ca140fa4829fd8ac08 | |
parent | d443c0baa17cad13096f77537fc266fae8a6ae77 (diff) | |
download | portage-449c20fa3d4a8e4c685197ca8d75bbacbb4bde45.tar.gz portage-449c20fa3d4a8e4c685197ca8d75bbacbb4bde45.tar.bz2 portage-449c20fa3d4a8e4c685197ca8d75bbacbb4bde45.zip |
Bug #244485 - Document the !!atom blocker syntax.
svn path=/main/trunk/; revision=11901
-rw-r--r-- | man/ebuild.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index a2b067dd4..bfb7caede 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... |