summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
Diffstat (limited to 'cnf')
-rw-r--r--cnf/sets.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/cnf/sets.conf b/cnf/sets.conf
index 36e2f7f4..a921a2bb 100644
--- a/cnf/sets.conf
+++ b/cnf/sets.conf
@@ -59,6 +59,12 @@ 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
+world-candidate = False
+
# Installed packages for which there are no visible ebuilds
# corresponding to the same $CATEGORY/$PN:$SLOT.
[unavailable]