diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-07-31 07:25:35 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-07-31 07:25:35 +0000 |
commit | 539e569186880f1aba976af9f7fe02b2810f52b4 (patch) | |
tree | c39980ff38cbe30776a9f7068a8e00cab72602d4 | |
parent | 6d600de017a1ccbc3c6c2fd6b1ced40a2896a697 (diff) | |
download | portage-539e569186880f1aba976af9f7fe02b2810f52b4.tar.gz portage-539e569186880f1aba976af9f7fe02b2810f52b4.tar.bz2 portage-539e569186880f1aba976af9f7fe02b2810f52b4.zip |
Describe InheritSet and OwnerSet.
svn path=/main/trunk/; revision=11296
-rw-r--r-- | doc/config/sets.docbook | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook index 45c7db653..16fe54107 100644 --- a/doc/config/sets.docbook +++ b/doc/config/sets.docbook @@ -456,6 +456,8 @@ <sect2 id='config-set-classes-InheritSet'> <title>portage.sets.dbapi.InheritSet</title> <para> + Package set which contains all packages + that inherit one or more specific eclasses. This class supports the following options: <itemizedlist> <listitem><varname>inherits</varname>: Required. A list of eclass names @@ -467,6 +469,8 @@ <sect2 id='config-set-classes-OwnerSet'> <title>portage.sets.dbapi.OwnerSet</title> <para> + Package set which contains all packages + that own one or more files. This class supports the following options: <itemizedlist> <listitem><varname>files</varname>: Required. A list of file paths |