summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-05-18 12:23:35 +0200
committerJeroen Roovers <jer@gentoo.org>2016-05-18 12:23:49 +0200
commit74bfaf7af74a28106810af925b885700ad8a6ea2 (patch)
treed1ac3b384fd3bb6adc6831eba4453d6666f965c6
parentdev-python/prompt_toolkit: Clean up old. (diff)
downloadgentoo-74bfaf7af74a28106810af925b885700ad8a6ea2.tar.gz
gentoo-74bfaf7af74a28106810af925b885700ad8a6ea2.tar.bz2
gentoo-74bfaf7af74a28106810af925b885700ad8a6ea2.zip
net-misc/chrony: Prevent asciidoctor from being called when USE=-html.
Package-Manager: portage-2.3.0_rc1
-rw-r--r--net-misc/chrony/chrony-2.4_pre1.ebuild3
1 files changed, 2 insertions, 1 deletions
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() {