From e3edde79ba4ccf903434812328a00308452bcd72 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 22 Nov 2008 21:58:37 +0000 Subject: Add new @unavailable package set which contains all installed packages for which there are no visible ebuilds corresponding to the same $CATEGORY/$PN:$SLOT. svn path=/main/trunk/; revision=12043 --- cnf/sets.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cnf') diff --git a/cnf/sets.conf b/cnf/sets.conf index 84f6a6e62..36e2f7f45 100644 --- a/cnf/sets.conf +++ b/cnf/sets.conf @@ -59,8 +59,8 @@ 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 +# Installed packages for which there are no visible ebuilds +# corresponding to the same $CATEGORY/$PN:$SLOT. +[unavailable] +class = portage.sets.dbapi.UnavailableSet world-candidate = False -- cgit v1.2.3-1-g7c22