From d53327019d7c14a93d32c58e6e9e837a3473cb23 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 2 Nov 2021 00:59:55 +0100 Subject: [PATCH] automake: saner checkdepends list While this will make some tests skipped (particularly the libtool based ones) it's still worth it as most tests still run and this allows cycle-free check-enabled builds. --- srcpkgs/automake/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/automake/template b/srcpkgs/automake/template index c6e0657bfe9..7a7fa112153 100644 --- a/srcpkgs/automake/template +++ b/srcpkgs/automake/template @@ -7,8 +7,8 @@ build_style=gnu-configure make_check_args="${makejobs}" hostmakedepends="perl autoconf" depends="${hostmakedepends}" -checkdepends="cscope dejagnu emacs expect flex gettext-devel glib-devel libtool perl pkg-config - sharutils texinfo vala lzip xz zip zstd" +# ideally we'd like libtool here too, but that creates a build cycle +checkdepends="flex gettext-devel pkg-config" short_desc="GNU Standards-compliant Makefile generator" maintainer="Enno Boland " license="GPL-2.0-or-later"