aboutsummaryrefslogtreecommitdiff
path: root/load
diff options
context:
space:
mode:
Diffstat (limited to 'load')
-rw-r--r--load/load.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/load/load.cxx b/load/load.cxx
index 3b19ae3..79b0ace 100644
--- a/load/load.cxx
+++ b/load/load.cxx
@@ -383,7 +383,7 @@ load_packages (const shared_ptr<repository>& rp, database& db)
for (auto& pda: pm.dependencies)
{
- ds.emplace_back (pda.conditional, move (pda.comment));
+ ds.emplace_back (pda.conditional, pda.buildtime, move (pda.comment));
for (auto& pd: pda)
// Proper version will be assigned during dependency resolution