From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1385704-garchives=archives.gentoo.org@lists.gentoo.org>
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 1E9CE15808B
	for <garchives@archives.gentoo.org>; Fri, 15 Apr 2022 06:27:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6247FE0901;
	Fri, 15 Apr 2022 06:27:10 +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 BD304E0901
	for <gentoo-commits@lists.gentoo.org>; Fri, 15 Apr 2022 06:27:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 37BD83419A0
	for <gentoo-commits@lists.gentoo.org>; Fri, 15 Apr 2022 06:27:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BF3E12E0
	for <gentoo-commits@lists.gentoo.org>; Fri, 15 Apr 2022 06:27:04 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1650004017.e5748f2abb4b51a92b59025572cb173a8dad7857.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/fio/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-block/fio/fio-3.30.ebuild
X-VCS-Directories: sys-block/fio/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: e5748f2abb4b51a92b59025572cb173a8dad7857
X-VCS-Branch: master
Date: Fri, 15 Apr 2022 06:27:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: aeb0b4fd-9c4d-4816-88ed-4ac9fd1c436c
X-Archives-Hash: 04fea62de586987d482e7d437d6c5000

commit:     e5748f2abb4b51a92b59025572cb173a8dad7857
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 06:26:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 06:26:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5748f2a

sys-block/fio: fix installation (doc filenames)

Closes: https://bugs.gentoo.org/838412
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-block/fio/fio-3.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/fio/fio-3.30.ebuild b/sys-block/fio/fio-3.30.ebuild
index 16e488400b63..0eb2039eda6c 100644
--- a/sys-block/fio/fio-3.30.ebuild
+++ b/sys-block/fio/fio-3.30.ebuild
@@ -148,7 +148,7 @@ src_install() {
 	# This tool has security/parallel issues -- it hardcodes /tmp/template.fio.
 	rm "${ED}"/usr/bin/genfio || die
 
-	dodoc README REPORTING-BUGS HOWTO
+	dodoc README.rst REPORTING-BUGS HOWTO.rst
 	docinto examples
 	dodoc examples/*
 }