diff options
Diffstat (limited to 'bpkg/pkg-configure.hxx')
-rw-r--r-- | bpkg/pkg-configure.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bpkg/pkg-configure.hxx b/bpkg/pkg-configure.hxx index f049f81..c89a159 100644 --- a/bpkg/pkg-configure.hxx +++ b/bpkg/pkg-configure.hxx @@ -30,11 +30,12 @@ namespace bpkg const package_name&, bool buildtime); - // Note: all of the following functions expect the package dependency - // constraints to be complete. - // Configure the package, update its state, and commit the transaction. // + // The package dependency constraints are expected to be complete. Empty + // dependency alternatives lists are allowed and are ignored (see pkg-build + // for the use-case). + // void pkg_configure (const common_options&, database&, |