Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 587226 | Differences between
and this patch

Collapse All | Expand All

(-)a/dependencies.tex (-2 / +1 lines)
Lines 291-297 identically to the plain equals slot operator. Link Here
291
291
292
To implement the equals slot operator, the package manager will need to store the slot/sub-slot
292
To implement the equals slot operator, the package manager will need to store the slot/sub-slot
293
pair of the best installed version of packages used to match a dependency. This syntax is only for package manager
293
pair of the best installed version of packages used to match a dependency. This syntax is only for package manager
294
use and must not be used by ebuilds. The package manager may do this by inserting the appropriate
294
use and must not be used by ebuilds. The package manager may do this by adding a dependency where it has inserted the appropriate
295
slot/sub-slot pair between the colon and equals sign when saving the package's dependencies. The
295
slot/sub-slot pair between the colon and equals sign when saving the package's dependencies. The
296
sub-slot part must not be omitted here (when the SLOT variable omits the sub-slot part, the package
296
sub-slot part must not be omitted here (when the SLOT variable omits the sub-slot part, the package
297
is considered to have an implicit sub-slot which is equal to the regular slot).
297
is considered to have an implicit sub-slot which is equal to the regular slot).
298
- 

Return to bug 587226