Bug #244485 - Document the !!atom blocker syntax.
authorZac Medico <zmedico@gentoo.org>
Fri, 14 Nov 2008 07:33:06 +0000 (07:33 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 14 Nov 2008 07:33:06 +0000 (07:33 -0000)
svn path=/main/trunk/; revision=11901

man/ebuild.5

index a2b067dd4b595fa5504bf6de2e9e5216821de0bf..bfb7caede8fd0efdd6e2ea8e8d088cc9dc222ba8 100644 (file)
@@ -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...