From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1420258-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 AAEB3158094
	for <garchives@archives.gentoo.org>; Wed, 20 Jul 2022 19:37:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CD532E0827;
	Wed, 20 Jul 2022 19:37:07 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 B5017E0827
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Jul 2022 19:37:07 +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 ED7A8340D90
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Jul 2022 19:37:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CEEE535
	for <gentoo-commits@lists.gentoo.org>; Wed, 20 Jul 2022 19:37:05 +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: <1658345817.84c8bbc39dd437e1e43b6fde8d326369955c53e1.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emulation/qemu/qemu-7.0.0-r3.ebuild app-emulation/qemu/qemu-9999.ebuild
X-VCS-Directories: app-emulation/qemu/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 84c8bbc39dd437e1e43b6fde8d326369955c53e1
X-VCS-Branch: master
Date: Wed, 20 Jul 2022 19:37:05 +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: 1bb92a85-ced8-4075-a431-168cbcbcdeea
X-Archives-Hash: 19b6222ca6872e0d9a217aff979a8dad

commit:     84c8bbc39dd437e1e43b6fde8d326369955c53e1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 19:36:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 19:36:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c8bbc3

app-emulation/qemu: tweak comment

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/qemu/qemu-7.0.0-r3.ebuild | 2 +-
 app-emulation/qemu/qemu-9999.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/qemu/qemu-7.0.0-r3.ebuild b/app-emulation/qemu/qemu-7.0.0-r3.ebuild
index bd61da3d7ef2..d79b2ecdb29b 100644
--- a/app-emulation/qemu/qemu-7.0.0-r3.ebuild
+++ b/app-emulation/qemu/qemu-7.0.0-r3.ebuild
@@ -815,7 +815,7 @@ src_install() {
 	cd "${S}/tools-build" || die
 	emake DESTDIR="${ED}" install
 
-	# If USE=doc, there'll be newly generated docs.
+	# If USE=doc, there'll be newly generated docs which we install instead.
 	if ! use doc && [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then
 		doman "${WORKDIR}"/${PN}-${QEMU_DOCS_VERSION}-docs/docs/*.[0-8]
 	fi

diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
index 679975ebfacd..f10fc57e1950 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -814,7 +814,7 @@ src_install() {
 	cd "${S}/tools-build" || die
 	emake DESTDIR="${ED}" install
 
-	# If USE=doc, there'll be newly generated docs.
+	# If USE=doc, there'll be newly generated docs which we install instead.
 	if ! use doc && [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then
 		doman "${WORKDIR}"/${PN}-${QEMU_DOCS_VERSION}-docs/docs/*.[0-8]
 	fi