commit: 74bfaf7af74a28106810af925b885700ad8a6ea2
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 10:23:35 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> 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() {