summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-22 21:58:37 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-22 21:58:37 +0000
commite3edde79ba4ccf903434812328a00308452bcd72 (patch)
tree9f84a3abf642278a2b20f66d9dc1f33395e8d4ef /cnf
parentAdd some hints about bash binary corruption and hardware malfunction to the (diff)
downloadportage-idfetch-e3edde79ba4ccf903434812328a00308452bcd72.tar.gz
portage-idfetch-e3edde79ba4ccf903434812328a00308452bcd72.tar.bz2
portage-idfetch-e3edde79ba4ccf903434812328a00308452bcd72.zip
Add new @unavailable package set which contains all installed
packages for which there are no visible ebuilds corresponding to the same $CATEGORY/$PN:$SLOT. svn path=/main/trunk/; revision=12043
Diffstat (limited to 'cnf')
-rw-r--r--cnf/sets.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/cnf/sets.conf b/cnf/sets.conf
index 84f6a6e6..36e2f7f4 100644
--- a/cnf/sets.conf
+++ b/cnf/sets.conf
@@ -59,8 +59,8 @@ class = portage.sets.dbapi.OwnerSet
world-candidate = False
files = /lib/modules
-# Installed packages for which the highest visible ebuild
-# version is lower than the currently installed version.
-[downgrade]
-class = portage.sets.dbapi.DowngradeSet
+# Installed packages for which there are no visible ebuilds
+# corresponding to the same $CATEGORY/$PN:$SLOT.
+[unavailable]
+class = portage.sets.dbapi.UnavailableSet
world-candidate = False