Remove profile masking of system packages from the docs.
authorZac Medico <zmedico@gentoo.org>
Fri, 9 Mar 2007 04:43:10 +0000 (04:43 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 9 Mar 2007 04:43:10 +0000 (04:43 -0000)
svn path=/main/trunk/; revision=6198

man/portage.5

index b59eb0a0e1a1112a7fce6ab008cd12efe4823dc1..9c3ae32cf765027045c560a37787df5f2309a947 100644 (file)
@@ -165,14 +165,12 @@ Special USE flags used by catalyst for building a stage3 and GRP sets.
 .PD 1
 .TP
 .BR packages
-This file serves two purposes.  The first is to mask out specific 
-packages/versions on a per\-profile basis.  The second is to provide the 
-list of packages that compose the special \fIsystem\fR set.
+Provides the list of packages that compose the special \fIsystem\fR set.
 
 .I Format:
 .nf
 \- comments begin with #
-\- one DEPEND atom per line of what to mask OUT
+\- one DEPEND atom per line
 \- packages to be added to the system set begin with a *
 .fi
 .I Note:
@@ -183,12 +181,11 @@ a '\-'.
 .I Example:
 .nf
 # i am a comment !
-# only allow versions of glibc less than 2.3
-<sys\-libs/glibc\-2.3
-# add any version of bash to the system set
+# pull in a version of glibc less than 2.3
+*<sys\-libs/glibc\-2.3
+# pull in any version of bash
 *app\-shells/bash
-# only allow versions of readline earlier than 4.2
-# and add it to the system set
+# pull in a version of readline earlier than 4.2
 *<sys\-libs/readline\-4.2
 .fi
 .TP