From: James Le Cuirot Date: Mon, 30 Sep 2019 21:18:56 +0000 (+0100) Subject: media-libs/allegro: Don't build info docs due to texinfo 6.7 breakage X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2cbc944548b2e15a3a39561968b4c9acbb8469b5;p=gentoo.git media-libs/allegro: Don't build info docs due to texinfo 6.7 breakage The texinfo dependency had not been specified so they were effectively automagic anyway. I don't think anyone needs info docs for an older version, especially when there are still man pages and HTML docs. Closes: https://bugs.gentoo.org/695934 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: James Le Cuirot --- diff --git a/media-libs/allegro/allegro-4.4.2-r2.ebuild b/media-libs/allegro/allegro-4.4.2-r2.ebuild index dba29ec2a94d..e808173e2f33 100644 --- a/media-libs/allegro/allegro-4.4.2-r2.ebuild +++ b/media-libs/allegro/allegro-4.4.2-r2.ebuild @@ -62,9 +62,9 @@ src_configure() { # WANT_EXAMPLES doesn't install anything local mycmakeargs=( -DDOCDIR=share/doc - -DINFODIR=share/info -DMANDIR=share/man -DWANT_ALSA=$(usex alsa) + -DWANT_DOCS_INFO=OFF -DWANT_EXAMPLES=OFF -DWANT_JACK=$(usex jack) -DWANT_JPGALLEG=$(usex jpeg)