summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2006-01-31 07:43:44 +0000
committerAlec Warner <antarus@gentoo.org>2006-01-31 07:43:44 +0000
commit9c3f3131a812373cc7980e5048ab5db1f13a62f6 (patch)
treeeb193651859134897de64fbb16734184ec5b2460 /man/portage.5
parentremove red coloring from right ')' in 'dependency required by' message report... (diff)
downloadportage-multirepo-9c3f3131a812373cc7980e5048ab5db1f13a62f6.tar.gz
portage-multirepo-9c3f3131a812373cc7980e5048ab5db1f13a62f6.tar.bz2
portage-multirepo-9c3f3131a812373cc7980e5048ab5db1f13a62f6.zip
Change the usage of a "class" of packages into a "set" of packages.
world and system are now "sets" instead of "classes". svn path=/main/trunk/; revision=2610
Diffstat (limited to 'man/portage.5')
-rw-r--r--man/portage.58
1 files changed, 4 insertions, 4 deletions
diff --git a/man/portage.5 b/man/portage.5
index ab1fc031..b5353244 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -162,13 +162,13 @@ Special USE flags used by catalyst for building a stage3 and GRP sets.
.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 class.
+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
-\- packages to be added to the system class begin with a *
+\- packages to be added to the system set begin with a *
.fi
.I Note:
In a cascading profile setup, you can remove packages in children
@@ -180,10 +180,10 @@ a '\-'.
# 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 class
+# add any version of bash to the system set
*app\-shells/bash
# only allow versions of readline earlier than 4.2
-# and add it to the system class
+# and add it to the system set
*<sys\-libs/readline\-4.2
.fi
.TP