diff options
author | 2019-03-09 22:50:50 +0000 | |
---|---|---|
committer | 2019-03-09 22:53:58 +0000 | |
commit | af03e8338745901f4c302cdbefd666a0c2b54c2f (patch) | |
tree | f2a7900919dcde9aa61da3028919a22601788f3e /net-mail/notmuch/files | |
parent | games-fps/eduke32: X support in SDL is not really required (diff) | |
download | gentoo-af03e8338745901f4c302cdbefd666a0c2b54c2f.tar.gz gentoo-af03e8338745901f4c302cdbefd666a0c2b54c2f.tar.bz2 gentoo-af03e8338745901f4c302cdbefd666a0c2b54c2f.zip |
net-mail/notmuch: Fix QA warnings
Fix compressed man pages warning and "jobserver unavailable" warning.
Bug: https://bugs.gentoo.org/670854
Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
Diffstat (limited to 'net-mail/notmuch/files')
-rw-r--r-- | net-mail/notmuch/files/0002-Fix-jobserver-unavailable-warning.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-mail/notmuch/files/0002-Fix-jobserver-unavailable-warning.patch b/net-mail/notmuch/files/0002-Fix-jobserver-unavailable-warning.patch new file mode 100644 index 000000000000..85ca4b6d4a52 --- /dev/null +++ b/net-mail/notmuch/files/0002-Fix-jobserver-unavailable-warning.patch @@ -0,0 +1,26 @@ +From b5e15feee139096720272d2b435ce7c4114fda15 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Amadeusz=20Piotr=20=C5=BBo=C5=82nowski?= + <aidecoe@aidecoe.name> +Date: Sat, 9 Mar 2019 22:42:21 +0000 +Subject: [PATCH 2/2] Fix "jobserver unavailable" warning + +--- + doc/Makefile.local | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/Makefile.local b/doc/Makefile.local +index bab3d0d2..dfe62295 100644 +--- a/doc/Makefile.local ++++ b/doc/Makefile.local +@@ -56,7 +56,7 @@ sphinx-texinfo: + $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(DOCBUILDDIR)/texinfo + + sphinx-info: sphinx-texinfo +- make -C $(DOCBUILDDIR)/texinfo info ++ $(MAKE) -C $(DOCBUILDDIR)/texinfo info + + # Use the man page converter that is available. We should never depend + # on MAN_ROFF_FILES if a converter is not available. +-- +2.19.2 + |