summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-20 19:36:57 +0000
committerSam James <sam@gentoo.org>2022-07-20 19:36:57 +0000
commit84c8bbc39dd437e1e43b6fde8d326369955c53e1 (patch)
treee1b9eb1487475ccca92e14f1dfeb6ebd253713d5 /app-emulation/qemu
parentdev-util/pkgdev: provide pre-generated man pages (diff)
downloadgentoo-84c8bbc39dd437e1e43b6fde8d326369955c53e1.tar.gz
gentoo-84c8bbc39dd437e1e43b6fde8d326369955c53e1.tar.bz2
gentoo-84c8bbc39dd437e1e43b6fde8d326369955c53e1.zip
app-emulation/qemu: tweak comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r--app-emulation/qemu/qemu-7.0.0-r3.ebuild2
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild2
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