Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/allegro/
Date: Mon, 30 Sep 2019 21:34:21
Message-Id: 1569879229.2cbc944548b2e15a3a39561968b4c9acbb8469b5.chewi@gentoo
1 commit: 2cbc944548b2e15a3a39561968b4c9acbb8469b5
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 30 21:18:56 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 30 21:33:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbc9445
7
8 media-libs/allegro: Don't build info docs due to texinfo 6.7 breakage
9
10 The texinfo dependency had not been specified so they were effectively
11 automagic anyway. I don't think anyone needs info docs for an older
12 version, especially when there are still man pages and HTML docs.
13
14 Closes: https://bugs.gentoo.org/695934
15 Package-Manager: Portage-2.3.76, Repoman-2.3.17
16 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
17
18 media-libs/allegro/allegro-4.4.2-r2.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/media-libs/allegro/allegro-4.4.2-r2.ebuild b/media-libs/allegro/allegro-4.4.2-r2.ebuild
22 index dba29ec2a94..e808173e2f3 100644
23 --- a/media-libs/allegro/allegro-4.4.2-r2.ebuild
24 +++ b/media-libs/allegro/allegro-4.4.2-r2.ebuild
25 @@ -62,9 +62,9 @@ src_configure() {
26 # WANT_EXAMPLES doesn't install anything
27 local mycmakeargs=(
28 -DDOCDIR=share/doc
29 - -DINFODIR=share/info
30 -DMANDIR=share/man
31 -DWANT_ALSA=$(usex alsa)
32 + -DWANT_DOCS_INFO=OFF
33 -DWANT_EXAMPLES=OFF
34 -DWANT_JACK=$(usex jack)
35 -DWANT_JPGALLEG=$(usex jpeg)