From ca708a3f172e2f0ffab8638087b3e478de06b996 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 2 Apr 2020 15:07:26 +0300 Subject: Make brep-load to resolve package dependencies in shallow mode --- libbrep/package.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbrep') diff --git a/libbrep/package.hxx b/libbrep/package.hxx index f8a4079..07bd2a0 100644 --- a/libbrep/package.hxx +++ b/libbrep/package.hxx @@ -140,8 +140,8 @@ namespace brep package_name name; optional constraint; - // Resolved dependency package. NULL if the repository load was shallow - // and so the package dependencies are not resolved. + // Resolved dependency package. Can be NULL if the repository load was + // shallow and the package dependency could not be resolved. // lazy_shared_ptr package; -- cgit v1.1