From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 913661382C5 for ; Sun, 25 Apr 2021 21:01:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1729E088D; Sun, 25 Apr 2021 21:01:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B765EE087B for ; Sun, 25 Apr 2021 21:01:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 850DA335CA6 for ; Sun, 25 Apr 2021 21:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E71DA634 for ; Sun, 25 Apr 2021 21:01:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619384465.ae847eb8fa6577fc3a9bc78742268e1d107486a6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/miller/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/miller/miller-5.10.2.ebuild X-VCS-Directories: sys-apps/miller/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ae847eb8fa6577fc3a9bc78742268e1d107486a6 X-VCS-Branch: master Date: Sun, 25 Apr 2021 21:01:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c9754c1-789a-4c0e-92de-4fb871e14be0 X-Archives-Hash: cdecb826aa06a9a55c83e3e22ea00fcf commit: ae847eb8fa6577fc3a9bc78742268e1d107486a6 Author: Sam James gentoo org> AuthorDate: Sun Apr 25 20:56:49 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 25 21:01:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae847eb8 sys-apps/miller: fix HTML_DOCS Closes: https://bugs.gentoo.org/785721 Bug: https://bugs.gentoo.org/777708 Signed-off-by: Sam James gentoo.org> sys-apps/miller/miller-5.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/miller/miller-5.10.2.ebuild b/sys-apps/miller/miller-5.10.2.ebuild index b164bf5ed1e..f51e05c8091 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