summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-02-25 11:08:33 -0500
committerMike Gilbert <floppym@gentoo.org>2024-02-25 11:08:33 -0500
commitaacd767383f2445df9444c0511d0cd8c8fe2b27a (patch)
tree94a2a183c6314037f5e2f2e60721405465c4f716 /sys-apps/systemd/systemd-255.3-r1.ebuild
parentsys-apps/systemd: shorten optfeature messages (diff)
downloadgentoo-aacd767383f2445df9444c0511d0cd8c8fe2b27a.tar.gz
gentoo-aacd767383f2445df9444c0511d0cd8c8fe2b27a.tar.bz2
gentoo-aacd767383f2445df9444c0511d0cd8c8fe2b27a.zip
sys-apps/systemd: fix grammar in optfeature messages
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd/systemd-255.3-r1.ebuild')
-rw-r--r--sys-apps/systemd/systemd-255.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/systemd/systemd-255.3-r1.ebuild b/sys-apps/systemd/systemd-255.3-r1.ebuild
index 4a7f5416efcf..28b054eee17b 100644
--- a/sys-apps/systemd/systemd-255.3-r1.ebuild
+++ b/sys-apps/systemd/systemd-255.3-r1.ebuild
@@ -510,11 +510,11 @@ pkg_postinst() {
fi
if use boot; then
- optfeature "install kernels in systemd-boot's native layout and update loader entries" \
+ optfeature "installing kernels in systemd-boot's native layout and update loader entries" \
"sys-kernel/installkernel[systemd-boot]"
fi
if use ukify; then
- optfeature "generate unified kernel image on each kernel installation" \
+ optfeature "generating unified kernel image on each kernel installation" \
"sys-kernel/installkernel[ukify]"
fi
}