projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d6f73
)
net-misc/chrony: Prevent asciidoctor from being called when USE=-html.
author
Jeroen Roovers
<jer@gentoo.org>
Wed, 18 May 2016 10:23:35 +0000
(12:23 +0200)
committer
Jeroen Roovers
<jer@gentoo.org>
Wed, 18 May 2016 10:23:49 +0000
(12:23 +0200)
Package-Manager: portage-2.3.0_rc1
net-misc/chrony/chrony-2.4_pre1.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/chrony/chrony-2.4_pre1.ebuild
b/net-misc/chrony/chrony-2.4_pre1.ebuild
index f216018599e772a91ae437c766444af72c83f98f..21bd0511eb0a5e27b06e99cd39330797f21f8edb 100644
(file)
--- 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() {