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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FD5D158087 for ; Thu, 20 Jan 2022 19:21:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18DE82BC03E; Thu, 20 Jan 2022 19:21:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C92852BC03E for ; Thu, 20 Jan 2022 19:21:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 221F6342E08 for ; Thu, 20 Jan 2022 19:21:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED4D12A5 for ; Thu, 20 Jan 2022 19:21:14 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1642444362.d5d00be2c7024856eb14f60f03998d12d62b19d7.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/xplr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/xplr/xplr-0.17.1.ebuild X-VCS-Directories: app-misc/xplr/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d5d00be2c7024856eb14f60f03998d12d62b19d7 X-VCS-Branch: master Date: Thu, 20 Jan 2022 19:21:14 +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: 30f5db99-6d8b-4518-812b-8f8778068ceb X-Archives-Hash: c37f520d9728be0424f41c8c3b850a98 commit: d5d00be2c7024856eb14f60f03998d12d62b19d7 Author: Luciano Degni gmail com> AuthorDate: Mon Jan 17 18:32:42 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jan 17 18:32:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5d00be2 app-misc/xplr: fixed space Signed-off-by: Luciano Degni gmail.com> app-misc/xplr/xplr-0.17.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/xplr/xplr-0.17.1.ebuild b/app-misc/xplr/xplr-0.17.1.ebuild index 7848d3b5a..8f2715ad5 100644 --- a/app-misc/xplr/xplr-0.17.1.ebuild +++ b/app-misc/xplr/xplr-0.17.1.ebuild @@ -180,7 +180,7 @@ src_compile() { } src_install() { - if use doc; then + if use doc;then dodoc README.md LICENSE local DOCS=( docs/* ) einstalldocs