From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3FB5158010 for ; Thu, 9 Feb 2023 13:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01582E0828; Thu, 9 Feb 2023 13:34:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE0FBE0828 for ; Thu, 9 Feb 2023 13:34:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D98BE335D6B for ; Thu, 9 Feb 2023 13:34:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 464378A6 for ; Thu, 9 Feb 2023 13:33:59 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1675949141.1862b08d85b60285b13e47e46a04d7bd5ce9bd96.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bees/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/bees/bees-0.7.ebuild sys-fs/bees/bees-0.8.ebuild sys-fs/bees/bees-9999.ebuild X-VCS-Directories: sys-fs/bees/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1862b08d85b60285b13e47e46a04d7bd5ce9bd96 X-VCS-Branch: master Date: Thu, 9 Feb 2023 13:33:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5463dbf1-e345-4749-b3aa-b3af23135e6a X-Archives-Hash: c9b9e4e6c7162e823599514908e247e7 commit: 1862b08d85b60285b13e47e46a04d7bd5ce9bd96 Author: Kai Krakow kaishome de> AuthorDate: Sat Jan 28 10:28:51 2023 +0000 Commit: Joonas Niilola gentoo 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 kaishome.de> Signed-off-by: Joonas Niilola 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