From 295e7b983af30edde1b9b809ad483b7688291dca Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 8 Nov 2016 12:08:06 +0100 Subject: [PATCH] innoextract: drop hostmakedepends provided by build_style --- srcpkgs/innoextract/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/innoextract/template b/srcpkgs/innoextract/template index a0786779efd..3a6ab339b35 100644 --- a/srcpkgs/innoextract/template +++ b/srcpkgs/innoextract/template @@ -4,7 +4,7 @@ version=1.6 revision=2 build_style=cmake configure_args="-DCMAKE_INSTALL_PREFIX=/usr" -hostmakedepends="cmake boost" +hostmakedepends="boost" makedepends="boost-devel liblzma-devel" short_desc="A tool to unpack installers created by Inno Setup" maintainer="Antonio Malcolm "