Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12044 - main/trunk/cnf
Date: Sat, 22 Nov 2008 23:37:08
Message-Id: E1L422D-0001WX-DB@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-11-22 23:37:04 +0000 (Sat, 22 Nov 2008)
3 New Revision: 12044
4
5 Modified:
6 main/trunk/cnf/sets.conf
7 Log:
8 Add back accidentally removed @downgrade set. Thanks to Arfrever.
9
10
11 Modified: main/trunk/cnf/sets.conf
12 ===================================================================
13 --- main/trunk/cnf/sets.conf 2008-11-22 21:58:37 UTC (rev 12043)
14 +++ main/trunk/cnf/sets.conf 2008-11-22 23:37:04 UTC (rev 12044)
15 @@ -59,6 +59,12 @@
16 world-candidate = False
17 files = /lib/modules
18
19 +# Installed packages for which the highest visible ebuild
20 +# version is lower than the currently installed version.
21 +[downgrade]
22 +class = portage.sets.dbapi.DowngradeSet
23 +world-candidate = False
24 +
25 # Installed packages for which there are no visible ebuilds
26 # corresponding to the same $CATEGORY/$PN:$SLOT.
27 [unavailable]