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