From cbd3cd125b574deaf1ad3c7001c5b6c9c40198ed Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 22 Dec 2018 22:42:13 +0300 Subject: Add support for $ in package manifest dependency constraint --- bpkg/pkg-configure.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bpkg/pkg-configure.hxx') diff --git a/bpkg/pkg-configure.hxx b/bpkg/pkg-configure.hxx index 2aeb8bb..c540c72 100644 --- a/bpkg/pkg-configure.hxx +++ b/bpkg/pkg-configure.hxx @@ -21,6 +21,9 @@ namespace bpkg int pkg_configure (const pkg_configure_options&, cli::scanner& args); + // Note: all of the following functions expect the package dependency + // constraints to be complete. + // Configure the package, update its state, and commit the transaction. // void -- cgit v1.1