aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.cxx
diff options
context:
space:
mode:
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.
//