diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-02-19 12:29:41 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-02-19 12:29:41 +0100 |
commit | 416b8105de0b7c56a9ef5eaa780b4dea18ca92d0 (patch) | |
tree | 4fe63e3a4cba2fc1cf5a080f63be7f7fff96d6f1 /sys-devel/bmake/files | |
parent | dev-python/httplib2: Add missing pyparsing dep (diff) | |
download | gentoo-416b8105de0b7c56a9ef5eaa780b4dea18ca92d0.tar.gz gentoo-416b8105de0b7c56a9ef5eaa780b4dea18ca92d0.tar.bz2 gentoo-416b8105de0b7c56a9ef5eaa780b4dea18ca92d0.zip |
sys-devel/bmake: Bump to 20210206
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-20210206-tests.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-devel/bmake/files/bmake-20210206-tests.patch b/sys-devel/bmake/files/bmake-20210206-tests.patch new file mode 100644 index 000000000000..49e5f258e91a --- /dev/null +++ b/sys-devel/bmake/files/bmake-20210206-tests.patch @@ -0,0 +1,18 @@ +--- a/unit-tests/Makefile ++++ b/unit-tests/Makefile +@@ -191,7 +191,6 @@ TESTS+= dotwait + TESTS+= envfirst + TESTS+= error + TESTS+= # escape # broken by reverting POSIX changes +-TESTS+= export + TESTS+= export-all + TESTS+= export-env + TESTS+= export-variants +@@ -290,7 +289,6 @@ TESTS+= sh-leading-plus + 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 |