diff options
-rw-r--r-- | cnf/sets.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cnf/sets.conf b/cnf/sets.conf index 36e2f7f45..a921a2bb1 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] |