diff options
author | 2024-02-25 11:08:33 -0500 | |
---|---|---|
committer | 2024-02-25 11:08:33 -0500 | |
commit | aacd767383f2445df9444c0511d0cd8c8fe2b27a (patch) | |
tree | 94a2a183c6314037f5e2f2e60721405465c4f716 /sys-apps/systemd/systemd-9999.ebuild | |
parent | sys-apps/systemd: shorten optfeature messages (diff) | |
download | gentoo-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-9999.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 52121a080823..183166373f1d 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.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 } |