aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-23 07:46:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-23 07:46:46 +0200
commit9a753934f5124437c91cafcefc92c35f2a8f0cbe (patch)
treeb46f25a0662740cf167007ec8c13c870ceef0aa5 /bpkg/package
parent0575b8704ef23f64f73ab0424a2dfc322937a053 (diff)
Revert revision ignoring in satisfy(constraint, constraint)
Diffstat (limited to 'bpkg/package')
-rw-r--r--bpkg/package6
1 files changed, 4 insertions, 2 deletions
diff --git a/bpkg/package b/bpkg/package
index d227929..779f0e2 100644
--- a/bpkg/package
+++ b/bpkg/package
@@ -443,8 +443,10 @@ namespace bpkg
//
optional<dir_path> out_root;
- // A map of "effective" prerequisites (i.e., pointers to other
- // selected packages) to optional dependency constraint.
+ // A map of "effective" prerequisites (i.e., pointers to other selected
+ // packages) to optional dependency constraint. Note that because it is a
+ // single constraint, we don't support multiple dependencies on the same
+ // package (e.g., two ranges of versions). See pkg_configure().
//
using prerequisites_type = std::map<lazy_shared_ptr<selected_package>,
optional<dependency_constraint>,