From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F0FEC1384B4 for ; Mon, 23 Nov 2015 15:03:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D169F21C0E3; Mon, 23 Nov 2015 15:02:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69CC621C0E4 for ; Mon, 23 Nov 2015 15:02:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EA1E3404B1 for ; Mon, 23 Nov 2015 15:02:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C271CA95 for ; Mon, 23 Nov 2015 15:02:49 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1448048864.bcd5220a9d7b0420cf29d85be0671c4de91823dd.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/asciidoc/asciidoc-8.6.9-r2.ebuild X-VCS-Directories: app-text/asciidoc/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: bcd5220a9d7b0420cf29d85be0671c4de91823dd X-VCS-Branch: master Date: Mon, 23 Nov 2015 15:02:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bf483598-ee7b-46d1-aeca-3e650255ef02 X-Archives-Hash: c16c379ac5e33eee9c1d4e0d349cd214 commit: bcd5220a9d7b0420cf29d85be0671c4de91823dd Author: Marc Joliet gmx de> AuthorDate: Fri Nov 20 19:45:16 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Nov 20 19:47:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd5220a app-text/asciidoc-8.6.9-r2: fix docompress call Docompress should only be called when USE=examples. Gentoo-bug: 555400 Signed-off-by: Marc Joliet gmx.de> app-text/asciidoc/asciidoc-8.6.9-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild index e329c8e..0d058db 100644 --- a/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild +++ b/app-text/asciidoc/asciidoc-8.6.9-r2.ebuild @@ -77,8 +77,8 @@ src_install() { # uncompressed, and there won't be any broken links. See bug #483336. if use examples; then cp -rL examples/website "${D}"/usr/share/doc/${PF}/examples || die + docompress -x /usr/share/doc/${PF}/examples fi - docompress -x /usr/share/doc/${PF}/examples } src_test() {