diff options
author | Kai Krakow <kai@kaishome.de> | 2023-01-28 11:28:51 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-02-09 15:25:41 +0200 |
commit | 1862b08d85b60285b13e47e46a04d7bd5ce9bd96 (patch) | |
tree | 409548bc8da60ad62e25623937887ea7fb349c0a /sys-fs/bees | |
parent | sys-fs/bees-9999: remove IUSE for optional tools (diff) | |
download | gentoo-1862b08d85b60285b13e47e46a04d7bd5ce9bd96.tar.gz gentoo-1862b08d85b60285b13e47e46a04d7bd5ce9bd96.tar.bz2 gentoo-1862b08d85b60285b13e47e46a04d7bd5ce9bd96.zip |
sys-fs/bees: fix typo in ewarns
Signed-off-by: Kai Krakow <kai@kaishome.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs/bees')
-rw-r--r-- | sys-fs/bees/bees-0.7.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/bees/bees-0.8.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/bees/bees-9999.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys-fs/bees/bees-0.7.ebuild b/sys-fs/bees/bees-0.7.ebuild index 5ceba33ee963..8c6ac6117418 100644 --- a/sys-fs/bees/bees-0.7.ebuild +++ b/sys-fs/bees/bees-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -70,7 +70,7 @@ pkg_pretend() { ewarn "With kernel version 5.4 or later, the kernel may hang when multiple threads" ewarn "are running LOGICAL_INO and dedupe ioctl. This is not exclusively triggered" ewarn "by bees but also other software running such operations, bees will just more" - ewarn "likely to trigger the bug. You can work around this issue by reducing the" + ewarn "likely trigger this bug. You can work around this issue by reducing the" ewarn "thread count of bees to 1." ewarn fi diff --git a/sys-fs/bees/bees-0.8.ebuild b/sys-fs/bees/bees-0.8.ebuild index 5ceba33ee963..8c6ac6117418 100644 --- a/sys-fs/bees/bees-0.8.ebuild +++ b/sys-fs/bees/bees-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -70,7 +70,7 @@ pkg_pretend() { ewarn "With kernel version 5.4 or later, the kernel may hang when multiple threads" ewarn "are running LOGICAL_INO and dedupe ioctl. This is not exclusively triggered" ewarn "by bees but also other software running such operations, bees will just more" - ewarn "likely to trigger the bug. You can work around this issue by reducing the" + ewarn "likely trigger this bug. You can work around this issue by reducing the" ewarn "thread count of bees to 1." ewarn fi diff --git a/sys-fs/bees/bees-9999.ebuild b/sys-fs/bees/bees-9999.ebuild index 8683e8ca32fd..70b55ab3d423 100644 --- a/sys-fs/bees/bees-9999.ebuild +++ b/sys-fs/bees/bees-9999.ebuild @@ -70,7 +70,7 @@ pkg_pretend() { ewarn "With kernel version 5.4 or later, the kernel may hang when multiple threads" ewarn "are running LOGICAL_INO and dedupe ioctl. This is not exclusively triggered" ewarn "by bees but also other software running such operations, bees will just more" - ewarn "likely to trigger the bug. You can work around this issue by reducing the" + ewarn "likely trigger this bug. You can work around this issue by reducing the" ewarn "thread count of bees to 1." ewarn fi |