summaryrefslogtreecommitdiffstats
path: root/cnf/sets.conf
diff options
context:
space:
mode:
Diffstat (limited to 'cnf/sets.conf')
-rw-r--r--cnf/sets.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/cnf/sets.conf b/cnf/sets.conf
index 46c86e750..87280cef6 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]