Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/miller/
Date: Sun, 25 Apr 2021 21:01:25
Message-Id: 1619384465.ae847eb8fa6577fc3a9bc78742268e1d107486a6.sam@gentoo
1 commit: ae847eb8fa6577fc3a9bc78742268e1d107486a6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 20:56:49 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 21:01:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae847eb8
7
8 sys-apps/miller: fix HTML_DOCS
9
10 Closes: https://bugs.gentoo.org/785721
11 Bug: https://bugs.gentoo.org/777708
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-apps/miller/miller-5.10.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/miller/miller-5.10.2.ebuild b/sys-apps/miller/miller-5.10.2.ebuild
18 index b164bf5ed1e..f51e05c8091 100644
19 --- a/sys-apps/miller/miller-5.10.2.ebuild
20 +++ b/sys-apps/miller/miller-5.10.2.ebuild
21 @@ -40,7 +40,7 @@ src_test() {
22 }
23
24 src_install() {
25 - local HTML_DOCS=( $(usex doc docs) )
26 + local HTML_DOCS=( $(usex doc docs '') )
27
28 default