From b495ea1b5a450c94c493049c4104be9e20896818 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 6 Sep 2022 09:33:24 +0300 Subject: Removed a lot of the gentoo ebuild, following reconfiguration of my setup --- .../files/automake-1.13-hash-order-workaround.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 sys-devel/automake/files/automake-1.13-hash-order-workaround.patch (limited to 'sys-devel/automake/files/automake-1.13-hash-order-workaround.patch') diff --git a/sys-devel/automake/files/automake-1.13-hash-order-workaround.patch b/sys-devel/automake/files/automake-1.13-hash-order-workaround.patch deleted file mode 100644 index 79b81e6..0000000 --- a/sys-devel/automake/files/automake-1.13-hash-order-workaround.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/t/primary-prefix-invalid-couples.tap -+++ b/t/primary-prefix-invalid-couples.tap -@@ -186,8 +186,10 @@ grep -v 'dir.* not a legitimate directory' stderr && exit 1 - # Check that the same failures are present without the '--add-missing' - # option. - mv stderr stderr.old -+cat stderr.old | sort > a - AUTOMAKE_fails -d "automake error out on mismatched prefix/primary couples" -+cat stderr | sort > b - command_ok_ "... and with the same diagnostic of 'automake -a'" \ -- diff stderr.old stderr -+ diff a b - - : -- cgit v1.2.3