summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-02-17 05:30:40 +0000
committerZac Medico <zmedico@gentoo.org>2010-02-17 05:30:40 +0000
commitb4a4c9af72e036d8a0b2698c823cdf2979315369 (patch)
treecb7c0fdae31510b629343bda5f090a697a35dce2 /cnf
parentBug #303567 - Merge libc asap, in order to account for implicit dependencies. (diff)
downloadportage-multirepo-b4a4c9af72e036d8a0b2698c823cdf2979315369.tar.gz
portage-multirepo-b4a4c9af72e036d8a0b2698c823cdf2979315369.tar.bz2
portage-multirepo-b4a4c9af72e036d8a0b2698c823cdf2979315369.zip
Add @rebuilt-binaries set which uses BUILD_TIME to pull in binary packages
that have a different build time from a currently installed package of the exact same version. svn path=/main/trunk/; revision=15363
Diffstat (limited to 'cnf')
-rw-r--r--cnf/sets.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/cnf/sets.conf b/cnf/sets.conf
index 46c86e75..87280cef 100644
--- a/cnf/sets.conf
+++ b/cnf/sets.conf
@@ -65,6 +65,12 @@ class = portage.sets.dbapi.OwnerSet
world-candidate = False
files = %(ROOT)slib/modules
+# Binary packages that have a different build time from a currently
+# installed package of the exact same version.
+[rebuilt-binaries]
+class = portage.sets.dbapi.RebuiltBinaries
+world-candidate = False
+
# Installed packages for which the highest visible ebuild
# version is lower than the currently installed version.
[downgrade]