diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-06-26 22:05:00 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-06-26 22:05:00 +0000 |
commit | 3324ca094bf8ef0d101aacde2a9b95c0ce0ecbb6 (patch) | |
tree | 678b5445718753e8c300c159cab49363629be79a /cnf | |
parent | Call use_reduce() with matchall=1 when checking depstrings. Otherwise it's (diff) | |
download | portage-idfetch-3324ca094bf8ef0d101aacde2a9b95c0ce0ecbb6.tar.gz portage-idfetch-3324ca094bf8ef0d101aacde2a9b95c0ce0ecbb6.tar.bz2 portage-idfetch-3324ca094bf8ef0d101aacde2a9b95c0ce0ecbb6.zip |
For brevity, and consistency with pkgcore, rename "all-installed" to just
"installed". Thanks to ferringb for the suggestion.
svn path=/main/trunk/; revision=10808
Diffstat (limited to 'cnf')
-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 44da55e8..f422f500 100644 --- a/cnf/sets.conf +++ b/cnf/sets.conf @@ -25,7 +25,7 @@ class = portage.sets.security.NewAffectedSet world-candidate = False # Again, not much to change here, though people might prefer a different name -[all-installed] +[installed] class = portage.sets.dbapi.EverythingSet world-candidate = False |