From 53c2aa8e382dd50d09b385285bc3fa0b645ace0a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 19 Aug 2016 17:37:29 +0300 Subject: Support system packages --- bpkg/satisfaction.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bpkg/satisfaction.cxx') diff --git a/bpkg/satisfaction.cxx b/bpkg/satisfaction.cxx index a0ebbfb..bddf7e7 100644 --- a/bpkg/satisfaction.cxx +++ b/bpkg/satisfaction.cxx @@ -17,6 +17,9 @@ namespace bpkg { assert (!c.empty ()); + if (v == wildcard_version) + return true; + bool s (true); // See notes in pkg-build:find_available() on ignoring revision in -- cgit v1.1