diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2006-09-29 16:21:20 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2006-09-29 16:21:20 +0000 |
commit | 8e474b4428bfdf9a3b0e4b731a24dd262950c6f8 (patch) | |
tree | 965b12e9b8cd0deb37e8dbda8277b15a6115e530 /profiles | |
parent | Remove auto-expand flags contradiction. (diff) | |
download | devmanual-8e474b4428bfdf9a3b0e4b731a24dd262950c6f8.tar.gz devmanual-8e474b4428bfdf9a3b0e4b731a24dd262950c6f8.tar.bz2 devmanual-8e474b4428bfdf9a3b0e4b731a24dd262950c6f8.zip |
Fix #149536.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@81 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/packages/text.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/packages/text.xml b/profiles/packages/text.xml index f4527ca..b8215f7 100644 --- a/profiles/packages/text.xml +++ b/profiles/packages/text.xml @@ -11,6 +11,15 @@ discussion on the <c>gentoo-dev</c> list; subprofile overrides are up to the relevant arch teams. </p> +<p> +Note that <c>packages</c> can be used to require that specific versions of a package +be used, for example <c><sys-kernel/linux-headers-2.5</c> in a profile requiring +a 2.4 kernel. If this is done with the intention of requiring <b>only</b> a lower version +(that is to say, not a > or >= restriction, and with slots not affecting the +outcome), then the entry in <c>packages</c> must be accompanied by a corresponding +<c>package.mask</c> entry to ensure that no other versions get installed. +</p> + </body> </chapter> </guide> |