diff options
author | Sam James <sam@gentoo.org> | 2020-11-24 02:46:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-24 02:46:27 +0000 |
commit | d3b64204c86f73b1e677e873d33fe3f4588d4f74 (patch) | |
tree | 387c81d5d68f70c009cc4ff405b54d2465f87c58 /net-misc/chrony | |
parent | net-misc/chrony: tidy ebuild (diff) | |
download | gentoo-d3b64204c86f73b1e677e873d33fe3f4588d4f74.tar.gz gentoo-d3b64204c86f73b1e677e873d33fe3f4588d4f74.tar.bz2 gentoo-d3b64204c86f73b1e677e873d33fe3f4588d4f74.zip |
net-misc/chrony: doc generation is required in 9999
For now, documentation generation is needed for the live ebuild.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 11c78bf628dd..9bee3f3276df 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -27,7 +27,9 @@ RESTRICT="test" BDEPEND="nettle? ( virtual/pkgconfig )" if [[ ${PV} == "9999" ]]; then + # Needed for doc generation in 9999 BDEPEND+=" virtual/w3m" + REQUIRED_USE+=" html" fi DEPEND=" |