From: Jeroen Roovers Date: Wed, 18 May 2016 10:23:35 +0000 (+0200) Subject: net-misc/chrony: Prevent asciidoctor from being called when USE=-html. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=74bfaf7af74a28106810af925b885700ad8a6ea2;p=gentoo.git net-misc/chrony: Prevent asciidoctor from being called when USE=-html. Package-Manager: portage-2.3.0_rc1 --- 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() {