aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-01-27 10:49:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-01-27 12:00:06 +0300
commitbf4b660253e62d50a0d635abee05fb1faebc743e (patch)
treec6b863fbd5a7797dff88a3f62ab3f5543b86bda3 /libbpkg/manifest.cxx
parent33f5e4665f961de406802f13420c66598c7b32e1 (diff)
Allow multiple <distribution>-name values
Diffstat (limited to 'libbpkg/manifest.cxx')
-rw-r--r--libbpkg/manifest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx
index 637d0ae..162de5a 100644
--- a/libbpkg/manifest.cxx
+++ b/libbpkg/manifest.cxx
@@ -4061,7 +4061,7 @@ namespace bpkg
{
add_distribution (
parse_distribution (move (n), n.size () - 5, move (v)),
- true /* unique */);
+ false /* unique */);
}
// Note: must precede the check for the "-version" suffix.
//