From 32e3cb8f1eb5b5e7cb7e3d20c235985f0f97a9a0 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 8 Nov 2016 12:08:05 +0100 Subject: [PATCH] gflags: drop hostmakedepends provided by build_style --- srcpkgs/gflags/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/gflags/template b/srcpkgs/gflags/template index 2c3822a6e41..64a28a91817 100644 --- a/srcpkgs/gflags/template +++ b/srcpkgs/gflags/template @@ -4,7 +4,6 @@ version=2.1.2 revision=2 build_style=cmake configure_args=" -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON" -hostmakedepends="cmake" short_desc="A C++ library that implements commandline flags processing" maintainer="Diogo Leal " license="3-clause-BSD"