diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-07-31 07:22:45 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-07-31 07:22:45 +0000 |
commit | 6d600de017a1ccbc3c6c2fd6b1ced40a2896a697 (patch) | |
tree | c6f3e6d473c01c04a336caa745d3e3c3619e98b8 /cnf/sets.conf | |
parent | Remove quotes since the seem to cause incorrect results. (diff) | |
download | portage-idfetch-6d600de017a1ccbc3c6c2fd6b1ced40a2896a697.tar.gz portage-idfetch-6d600de017a1ccbc3c6c2fd6b1ced40a2896a697.tar.bz2 portage-idfetch-6d600de017a1ccbc3c6c2fd6b1ced40a2896a697.zip |
* Rename @live-ebuilds to @live-rebuild, for consistency with the other
*-rebuild sets.
* Document the new sets.
svn path=/main/trunk/; revision=11295
Diffstat (limited to 'cnf/sets.conf')
-rw-r--r-- | cnf/sets.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/sets.conf b/cnf/sets.conf index ea2f3d5c..eda003f4 100644 --- a/cnf/sets.conf +++ b/cnf/sets.conf @@ -43,7 +43,7 @@ class = portage.sets.libs.PreservedLibraryConsumerSet world-candidate = False # Installed ebuilds that inherit from known live eclasses. -[live-ebuilds] +[live-rebuild] class = portage.sets.dbapi.InheritSet world-candidate = False inherits = cvs darcs git mercurial subversion |