summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cnf/sets.conf')
-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