From: Zac Medico Date: Sat, 22 Nov 2008 23:37:04 +0000 (-0000) Subject: Add back accidentally removed @downgrade set. Thanks to Arfrever. X-Git-Tag: v2.2_rc16~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=664bfd8da7a215d23c6209a944a4c1a27da75cf2;p=portage.git Add back accidentally removed @downgrade set. Thanks to Arfrever. svn path=/main/trunk/; revision=12044 --- 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]