summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-11-30 22:04:42 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-30 22:04:42 +0100
commit66a17a826adf8e3e9dec01c21a69fb1606bef4cd (patch)
tree392b92899625e11c3a4488b3654b8d1b899579de /sys-devel/bmake/files
parentapp-editors/hexcurse: fix compilation with GCC 10 (diff)
downloadgentoo-66a17a826adf8e3e9dec01c21a69fb1606bef4cd.tar.gz
gentoo-66a17a826adf8e3e9dec01c21a69fb1606bef4cd.tar.bz2
gentoo-66a17a826adf8e3e9dec01c21a69fb1606bef4cd.zip
sys-devel/bmake: Update to 20201117
Closes: https://github.com/gentoo/gentoo/pull/18463 Package-Manager: Portage-3.0.9, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-devel/bmake/files')
-rw-r--r--sys-devel/bmake/files/bmake-20201117-tests.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-devel/bmake/files/bmake-20201117-tests.patch b/sys-devel/bmake/files/bmake-20201117-tests.patch
new file mode 100644
index 000000000000..8955f1d89bd2
--- /dev/null
+++ b/sys-devel/bmake/files/bmake-20201117-tests.patch
@@ -0,0 +1,18 @@
+--- a/unit-tests/Makefile
++++ b/unit-tests/Makefile
+@@ -168,7 +168,6 @@
+ TESTS+= envfirst
+ TESTS+= error
+ TESTS+= # escape # broken by reverting POSIX changes
+-TESTS+= export
+ TESTS+= export-all
+ TESTS+= export-env
+ TESTS+= export-variants
+@@ -255,7 +254,6 @@
+ TESTS+= sh-meta-chars
+ TESTS+= sh-multi-line
+ TESTS+= sh-single-line
+-TESTS+= shell-csh
+ TESTS+= shell-custom
+ .if exists(/bin/ksh)
+ TESTS+= shell-ksh