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 60FA015801B for ; Wed, 30 Aug 2023 07:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8FE52BC02C; Wed, 30 Aug 2023 07:52:30 +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 92FBE2BC01C for ; Wed, 30 Aug 2023 07:52:30 +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 D9651340976 for ; Wed, 30 Aug 2023 07:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E26710E8 for ; Wed, 30 Aug 2023 07:52:28 +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: <1693381932.b918eb31837e25f05d783f60ceaf2135f87366e6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/exa/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/exa/exa-0.10.1.ebuild X-VCS-Directories: sys-apps/exa/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b918eb31837e25f05d783f60ceaf2135f87366e6 X-VCS-Branch: master Date: Wed, 30 Aug 2023 07:52:28 +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: 146203b6-5d44-48dd-bf4a-896f720691c4 X-Archives-Hash: 4d7aa79336fb876f72d63efb8d0a9e7c commit: b918eb31837e25f05d783f60ceaf2135f87366e6 Author: Leonardo Hernández Hernández proton me> AuthorDate: Wed Aug 30 07:07:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 30 07:52:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b918eb31 sys-apps/exa: fix typo Signed-off-by: Leonardo Hernández Hernández proton.me> Signed-off-by: Sam James gentoo.org> sys-apps/exa/exa-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/exa/exa-0.10.1.ebuild b/sys-apps/exa/exa-0.10.1.ebuild index dc36faac84b0..58b26443de75 100644 --- a/sys-apps/exa/exa-0.10.1.ebuild +++ b/sys-apps/exa/exa-0.10.1.ebuild @@ -76,7 +76,7 @@ src_prepare() { if use man; then mkdir -p contrib/man || die "failed to create man directory" pandoc --standalone -f markdown -t man man/exa_colors.5.md \ - -o contrib/man/exa_colors.1 || die "failed to create colored man pages" + -o contrib/man/exa_colors.5 || die "failed to create colored man pages" pandoc --standalone -f markdown -t man man/exa.1.md -o \ contrib/man/exa.1 || die "failed to create man pages" fi