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 D3432138262 for ; Wed, 18 May 2016 10:24:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC81621C038; Wed, 18 May 2016 10:24:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82F1221C038 for ; Wed, 18 May 2016 10:24:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22344340A7D for ; Wed, 18 May 2016 10:24:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4AB07B for ; Wed, 18 May 2016 10:23:50 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1463567029.74bfaf7af74a28106810af925b885700ad8a6ea2.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-2.4_pre1.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 74bfaf7af74a28106810af925b885700ad8a6ea2 X-VCS-Branch: master Date: Wed, 18 May 2016 10:23:50 +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: e0544f73-89b6-4273-b21a-25fe5159b3bc X-Archives-Hash: 23f46d598686050ed02dab5cd43cfcc6 commit: 74bfaf7af74a28106810af925b885700ad8a6ea2 Author: Jeroen Roovers gentoo org> AuthorDate: Wed May 18 10:23:35 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed May 18 10:23:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bfaf7a net-misc/chrony: Prevent asciidoctor from being called when USE=-html. Package-Manager: portage-2.3.0_rc1 net-misc/chrony/chrony-2.4_pre1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/chrony/chrony-2.4_pre1.ebuild b/net-misc/chrony/chrony-2.4_pre1.ebuild index f216018..21bd051 100644 --- a/net-misc/chrony/chrony-2.4_pre1.ebuild +++ b/net-misc/chrony/chrony-2.4_pre1.ebuild @@ -87,7 +87,8 @@ src_configure() { } src_compile() { - emake all docs + emake all docs $(usex html '' 'ADOC=true') + } src_install() {