From e1c9b13944cc3c74bd6e0b98b0f98c08c270b307 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 31 Jul 2008 12:47:17 +0000 Subject: Bug #233253 - Implement a @downgrade set which selects packages for which the highest visible ebuild version is lower than the currently installed version. This is useful if you have installed packages from an overlay and you want to downgrade to the highest visible after removing the overlay, even though the packages that will be dowgraded are not necessarily masked in any way. svn path=/main/trunk/; revision=11299 --- cnf/sets.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cnf') diff --git a/cnf/sets.conf b/cnf/sets.conf index eda003f4..b3dc132f 100644 --- a/cnf/sets.conf +++ b/cnf/sets.conf @@ -53,3 +53,9 @@ inherits = cvs darcs git mercurial subversion 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 -- cgit v1.2.3-18-g5258