From 1f48292ab39980eae589d5dde6b0d66c35ab5dc6 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 8 Nov 2016 12:08:08 +0100 Subject: [PATCH] keystone: drop hostmakedepends provided by build_style --- srcpkgs/keystone/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template index 03957ad91f6..9fd3e8b53c4 100644 --- a/srcpkgs/keystone/template +++ b/srcpkgs/keystone/template @@ -4,7 +4,7 @@ version=0.9.1 revision=1 build_style=cmake configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all' -hostmakedepends="cmake python" +hostmakedepends="python" short_desc="Lightweight multi-platform, multi-architecture assembler framework" maintainer="Michael Gehring " license="GPL-2"