diff options
author | Sam James <sam@gentoo.org> | 2021-04-25 20:56:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-25 21:01:05 +0000 |
commit | ae847eb8fa6577fc3a9bc78742268e1d107486a6 (patch) | |
tree | 2856a9ac535bf10f98d13e350ec1761cce16a783 /sys-apps/miller | |
parent | sys-devel/gdb: fix sparc-nat build (diff) | |
download | gentoo-ae847eb8fa6577fc3a9bc78742268e1d107486a6.tar.gz gentoo-ae847eb8fa6577fc3a9bc78742268e1d107486a6.tar.bz2 gentoo-ae847eb8fa6577fc3a9bc78742268e1d107486a6.zip |
sys-apps/miller: fix HTML_DOCS
Closes: https://bugs.gentoo.org/785721
Bug: https://bugs.gentoo.org/777708
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/miller')
-rw-r--r-- | sys-apps/miller/miller-5.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/miller/miller-5.10.2.ebuild b/sys-apps/miller/miller-5.10.2.ebuild index b164bf5ed1ee..f51e05c8091f 100644 --- a/sys-apps/miller/miller-5.10.2.ebuild +++ b/sys-apps/miller/miller-5.10.2.ebuild @@ -40,7 +40,7 @@ src_test() { } src_install() { - local HTML_DOCS=( $(usex doc docs) ) + local HTML_DOCS=( $(usex doc docs '') ) default |