From ccf2126b6b94068cabdf024293fa95f0a37fe740 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 8 Nov 2016 12:08:10 +0100 Subject: [PATCH] libfcitx-qt5: drop hostmakedepends provided by build_style --- srcpkgs/libfcitx-qt5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libfcitx-qt5/template b/srcpkgs/libfcitx-qt5/template index add502fc844..b5be8cd0d5b 100644 --- a/srcpkgs/libfcitx-qt5/template +++ b/srcpkgs/libfcitx-qt5/template @@ -10,7 +10,7 @@ license="GPL-2, LGPL-2.1" homepage="https://fcitx-im.org/" distfiles="http://download.fcitx-im.org/fcitx-qt5/fcitx-qt5-${version}.tar.xz" checksum=8cef90024ca84c3f607943b91f6bfe63fd077507bbe100e5a1936464095841de -hostmakedepends="pkg-config cmake extra-cmake-modules" +hostmakedepends="pkg-config extra-cmake-modules" makedepends="libxkbcommon-devel qt5-devel fcitx-devel" wrksrc="fcitx-qt5-${version}"