From 3e87f0a8d586ade737aaf34e6895424223ed00cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 21 Jan 2020 18:58:09 +0100 Subject: [PATCH] xjobs: needs which in hostmakedepends --- srcpkgs/xjobs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xjobs/template b/srcpkgs/xjobs/template index a225ed7fa2d..1f77c7a3e41 100644 --- a/srcpkgs/xjobs/template +++ b/srcpkgs/xjobs/template @@ -3,7 +3,7 @@ pkgname=xjobs version=20191217 revision=1 build_style=gnu-configure -hostmakedepends="flex" +hostmakedepends="flex which" short_desc="Reads job descriptions line by line and executes them in parallel" maintainer="Diogo Leal " license="GPL-2.0-or-later"