commit: 1862b08d85b60285b13e47e46a04d7bd5ce9bd96
Author: Kai Krakow <kai <AT> kaishome <DOT> de>
AuthorDate: Sat Jan 28 10:28:51 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 9 13:25:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1862b08d
sys-fs/bees: fix typo in ewarns
Signed-off-by: Kai Krakow <kai <AT> kaishome.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/bees/bees-0.7.ebuild | 4 ++--
sys-fs/bees/bees-0.8.ebuild | 4 ++--
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