diff options
author | Sam James <sam@gentoo.org> | 2020-11-24 02:47:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-24 02:47:21 +0000 |
commit | 791db19c463d746dfbef094965e79be0bc9adcd1 (patch) | |
tree | 2f3315b23f1542bcff2f62a291f248879243770c /net-misc | |
parent | net-misc/chrony: doc generation is required in 9999 (diff) | |
download | gentoo-791db19c463d746dfbef094965e79be0bc9adcd1.tar.gz gentoo-791db19c463d746dfbef094965e79be0bc9adcd1.tar.bz2 gentoo-791db19c463d746dfbef094965e79be0bc9adcd1.zip |
net-misc/chrony: sync 4.0 with live template
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/chrony-4.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-misc/chrony/chrony-4.0.ebuild b/net-misc/chrony/chrony-4.0.ebuild index 11c78bf628dd..9bee3f3276df 100644 --- a/net-misc/chrony/chrony-4.0.ebuild +++ b/net-misc/chrony/chrony-4.0.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=" |