aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-04 18:06:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-04 18:07:21 +0300
commitd05ee18d8d3a13f7f22529985db7ad67a4bc8473 (patch)
tree84513a360884b1fb176996e40d447001e870c82a
parentad914feade76ed8ed26582e0581a3c4a7545f154 (diff)
Replace build-include/exclude with builds values in manifest
-rw-r--r--manifest4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifest b/manifest
index 002f23a..ca7393c 100644
--- a/manifest
+++ b/manifest
@@ -12,9 +12,7 @@ doc-url: https://build2.org/doc.xhtml
src-url: https://git.build2.org/cgit/openssl-agent/tree/
email: users@build2.org
build-email: builds@build2.org
-#builds: linux ; Currently only supported on Linux.
-build-include: linux**
-build-exclude: ** ; Currently only supported on Linux.
+builds: linux ; Currently only supported on Linux.
requires: c++14
depends: * build2 >= 0.9.0
depends: * bpkg >= 0.9.0