Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/
Date: Mon, 23 Nov 2015 15:03:00
Message-Id: 1448048864.bcd5220a9d7b0420cf29d85be0671c4de91823dd.monsieurp@gentoo
1 commit: bcd5220a9d7b0420cf29d85be0671c4de91823dd
2 Author: Marc Joliet <marcec <AT> gmx <DOT> de>
3 AuthorDate: Fri Nov 20 19:45:16 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 20 19:47:44 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd5220a
7
8 app-text/asciidoc-8.6.9-r2: fix docompress call
9
10 Docompress should only be called when USE=examples.
11
12 Gentoo-bug: 555400
13 Signed-off-by: Marc Joliet <marcec <AT> gmx.de>
14
15 app-text/asciidoc/asciidoc-8.6.9-r2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild
19 index e329c8e..0d058db 100644
20 --- a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild
21 +++ b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild
22 @@ -77,8 +77,8 @@ src_install() {
23 # uncompressed, and there won't be any broken links. See bug #483336.
24 if use examples; then
25 cp -rL examples/website "${D}"/usr/share/doc/${PF}/examples || die
26 + docompress -x /usr/share/doc/${PF}/examples
27 fi
28 - docompress -x /usr/share/doc/${PF}/examples
29 }
30
31 src_test() {