commit: 2cbc944548b2e15a3a39561968b4c9acbb8469b5 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Sep 30 21:18:56 2019 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Sep 30 21:33:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbc9445
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 <chewi <AT> gentoo.org> media-libs/allegro/allegro-4.4.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/allegro/allegro-4.4.2-r2.ebuild b/media-libs/allegro/allegro-4.4.2-r2.ebuild index dba29ec2a94..e808173e2f3 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)
