Add back accidentally removed @downgrade set. Thanks to Arfrever.
authorZac Medico <zmedico@gentoo.org>
Sat, 22 Nov 2008 23:37:04 +0000 (23:37 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 22 Nov 2008 23:37:04 +0000 (23:37 -0000)
svn path=/main/trunk/; revision=12044

cnf/sets.conf

index 36e2f7f45cb084eaf8525fae91cf4b715dd1138f..a921a2bb14a785fe705b34caf1c26ec57fa9be4a 100644 (file)
@@ -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]