From 205662986ed8e4cd15321ae2a94339da14b5c01f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Jul 2021 15:03:03 +0200 Subject: Change manifest builds value from all to host --- README | 5 +++-- manifest | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 474e315..4d2a2e0 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ -libcutl is a C++ utility library. It contains a collection of generic and -fairly independent components. See doc/components.txt for an overview. +libcutl is a C++ utility library for compilers. It contains a collection of +generic and fairly independent components. See doc/components.txt for an +overview. See the NEWS file for the user-visible changes from the previous release. diff --git a/manifest b/manifest index 769cda5..02e40aa 100644 --- a/manifest +++ b/manifest @@ -1,7 +1,7 @@ : 1 name: libcutl version: 1.11.0-b.8.z -summary: C++ utility library +summary: C++ utility library for compilers license: MIT topics: C++, utility description-file: README @@ -10,7 +10,7 @@ url: https://www.codesynthesis.com/projects/libcutl/ src-url: https://git.codesynthesis.com/cgit/libcutl/libcutl/ email: libcutl-users@codesynthesis.com ; Mailing list build-warning-email: builds@codesynthesis.com -builds: all +builds: host requires: c++11 depends: * build2 >= 0.13.0 depends: * bpkg >= 0.13.0 -- cgit v1.1