Describe how file collisions between blocking packages are resolved when
authorZac Medico <zmedico@gentoo.org>
Fri, 9 May 2008 15:49:11 +0000 (15:49 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 9 May 2008 15:49:11 +0000 (15:49 -0000)
they are temporarily installed simultaneously.

svn path=/main/trunk/; revision=10269

doc/dependency_resolution/package_modeling.docbook

index 84d01a9f2e107a7b8f30c519e9422ec12def0151..900217294fdfd43a4560a9c8f1205dc17412ac97 100644 (file)
                <para>
                If one package blocks another package, the two packages
                conflict such that they cannot be installed simultaneously.
-               These conflicts are often due to file collisions.
+               These conflicts are often due to file collisions. In some
+               cases, packages that block eachother can be temporarily
+               installed simultaneously. In order to resolve file collisions
+               that occur between two blocking packages that are installed
+               simultaneously, the overlapping files must be removed from
+               the contents list of the package which was installed first.
                </para>
        </sect2>
        <sect2 id='dependency-resolution-package-modeling-slot-conflicts'>