commit:     74bc977dfc56f07b065e85abdde70c075775d829
Author:     Lucas Ramage <oxr463 <AT> gmx <DOT> us>
AuthorDate: Mon Nov 18 13:56:37 2019 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 20:53:05 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=74bc977d

Ensure Python is enabled for dev-libs/libxslt

Required to build the Lunr search index

Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 343234b..ac024b6 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ prereq:
        { echo "media-gfx/imagemagick[corefonts,svg,truetype] required" >&2;\
           exit 1; }
        @type xsltproc >/dev/null 2>&1 || \
-       { echo "dev-libs/libxslt is required" >&2;\
+       { echo "dev-libs/libxslt is with python required" >&2;\
          exit 1; }
        @type xmllint >/dev/null 2>&1 || \
        { echo "dev-libs/libxml2 is required" >&2;\

Reply via email to