diff options
author | 2010-02-17 05:30:40 +0000 | |
---|---|---|
committer | 2010-02-17 05:30:40 +0000 | |
commit | b4a4c9af72e036d8a0b2698c823cdf2979315369 (patch) | |
tree | cb7c0fdae31510b629343bda5f090a697a35dce2 /cnf/sets.conf | |
parent | Bug #303567 - Merge libc asap, in order to account for implicit dependencies. (diff) | |
download | portage-idfetch-b4a4c9af72e036d8a0b2698c823cdf2979315369.tar.gz portage-idfetch-b4a4c9af72e036d8a0b2698c823cdf2979315369.tar.bz2 portage-idfetch-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/sets.conf')
-rw-r--r-- | cnf/sets.conf | 6 |
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] |