aboutsummaryrefslogtreecommitdiff
path: root/sys-devel/automake/files/automake-1.13-hash-order-workaround.patch
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-09-06 09:33:24 +0300
committerSyndamia <kamen@syndamia.com>2022-09-06 09:33:24 +0300
commitb495ea1b5a450c94c493049c4104be9e20896818 (patch)
tree2345d262878a782e6a01b5c6eecfa8f57dd1b09d /sys-devel/automake/files/automake-1.13-hash-order-workaround.patch
parent5b5ad2d0855ed1dc0e358c42d4f89563dd90ae2f (diff)
downloadgarbage-b495ea1b5a450c94c493049c4104be9e20896818.tar
garbage-b495ea1b5a450c94c493049c4104be9e20896818.tar.gz
garbage-b495ea1b5a450c94c493049c4104be9e20896818.zip
Removed a lot of the gentoo ebuild, following reconfiguration of my setup
Diffstat (limited to 'sys-devel/automake/files/automake-1.13-hash-order-workaround.patch')
-rw-r--r--sys-devel/automake/files/automake-1.13-hash-order-workaround.patch14
1 files changed, 0 insertions, 14 deletions
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
-
- :