From 7bcf37277527490e9b052f809e71872f007fce42 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 8 Nov 2016 12:08:18 +0100 Subject: [PATCH] unittest-cpp: drop hostmakedepends provided by build_style --- srcpkgs/unittest-cpp/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/unittest-cpp/template b/srcpkgs/unittest-cpp/template index 7fe0ffd42c9..2a585b95e22 100644 --- a/srcpkgs/unittest-cpp/template +++ b/srcpkgs/unittest-cpp/template @@ -3,7 +3,6 @@ pkgname=unittest-cpp version=1.6.1 revision=1 build_style=cmake -hostmakedepends="cmake" short_desc="A lightweight unit testing framework for C++" maintainer="Spencer Hill " license="MIT"