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 16:42:26 +0200
commit72fdf2163fb1a6d70b1be567eb6b8ec586d766f0 (patch)
treeede20f485852e8a7e5b47e7914598e9265a0599a /bpkg/package
parentcfc2d16905adb1a97e8bc61b0144f5f763809025 (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 ad465e9..ddd385c 100644
--- a/bpkg/package
+++ b/bpkg/package
@@ -447,8 +447,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>,