diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-05-18 12:23:35 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-05-18 12:23:49 +0200 |
commit | 74bfaf7af74a28106810af925b885700ad8a6ea2 (patch) | |
tree | d1ac3b384fd3bb6adc6831eba4453d6666f965c6 | |
parent | dev-python/prompt_toolkit: Clean up old. (diff) | |
download | gentoo-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.ebuild | 3 |
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() { |