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 1DBAE158043 for ; Tue, 16 Apr 2024 07:06:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48353E2A08; Tue, 16 Apr 2024 07:06:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 321F7E2A08 for ; Tue, 16 Apr 2024 07:06:37 +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 5105934341C for ; Tue, 16 Apr 2024 07:06:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E148C16FC for ; Tue, 16 Apr 2024 07:06:34 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1713239492.3893acc041688550a26b301d4c425f29d0879688.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/yazi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/yazi/yazi-0.2.4.ebuild X-VCS-Directories: app-misc/yazi/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 3893acc041688550a26b301d4c425f29d0879688 X-VCS-Branch: master Date: Tue, 16 Apr 2024 07:06:34 +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: fea32cd8-0c02-4818-bf9a-02b50f455ea2 X-Archives-Hash: 756f39689c124ace7a6df875ce75d4f0 commit: 3893acc041688550a26b301d4c425f29d0879688 Author: Jonas Frei pm me> AuthorDate: Tue Apr 16 03:48:30 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Apr 16 03:51:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3893acc0 app-misc/yazi: Forgot einstalldocs No revbump because the readme is a minor addition that was not even present in the latest version anyway. The mistake is only live for a few hours. No need to recompile the entire package for this. Signed-off-by: Jonas Frei pm.me> app-misc/yazi/yazi-0.2.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-misc/yazi/yazi-0.2.4.ebuild b/app-misc/yazi/yazi-0.2.4.ebuild index c02ae67eb6..d6390b2a6c 100644 --- a/app-misc/yazi/yazi-0.2.4.ebuild +++ b/app-misc/yazi/yazi-0.2.4.ebuild @@ -343,4 +343,5 @@ src_install() { dofishcomp "${S}/yazi-boot/completions/${PN}.fish" domenu "assets/${PN}.desktop" + einstalldocs }