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 17844158090 for ; Sun, 15 May 2022 01:04:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27B1F2BC003; Sun, 15 May 2022 01:04:57 +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 0DE8C2BC003 for ; Sun, 15 May 2022 01:04:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 4CFE2341BE3 for ; Sun, 15 May 2022 01:04:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00BA9464 for ; Sun, 15 May 2022 01:04:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652576687.4c52e20366a6aba09787bf5e63b074d84e10fb58.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mariadb/mariadb-10.5.15.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4c52e20366a6aba09787bf5e63b074d84e10fb58 X-VCS-Branch: master Date: Sun, 15 May 2022 01:04:54 +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: abf6de77-69bb-4c6e-8252-54f632ce0439 X-Archives-Hash: d0cb3ae5f78e69d9585bdbbadc85c5d2 commit: 4c52e20366a6aba09787bf5e63b074d84e10fb58 Author: Sam James gentoo org> AuthorDate: Sun May 15 01:04:38 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 15 01:04:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c52e203 dev-db/mariadb: egrep -> grep -E Signed-off-by: Sam James gentoo.org> dev-db/mariadb/mariadb-10.5.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mariadb/mariadb-10.5.15.ebuild b/dev-db/mariadb/mariadb-10.5.15.ebuild index 47ca89dab6b1..34b1fb9c1940 100644 --- a/dev-db/mariadb/mariadb-10.5.15.ebuild +++ b/dev-db/mariadb/mariadb-10.5.15.ebuild @@ -1184,7 +1184,7 @@ pkg_config() { log-slave-updates \ ; do optexp="--(skip-)?${opt}" optfull="--loose-skip-${opt}" - egrep -sq -- "${optexp}" "${helpfile}" && mysqld_options+=( "${optfull}" ) + grep -E -sq -- "${optexp}" "${helpfile}" && mysqld_options+=( "${optfull}" ) done # Prepare timezones, see