From 74bfaf7af74a28106810af925b885700ad8a6ea2 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Wed, 18 May 2016 12:23:35 +0200 Subject: 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(-) (limited to 'net-misc/chrony') diff --git a/net-misc/chrony/chrony-2.4_pre1.ebuild b/net-misc/chrony/chrony-2.4_pre1.ebuild index f216018599e7..21bd0511eb0a 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() { -- cgit v1.2.3-65-gdbad