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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15B2F1382C5 for ; Fri, 19 Mar 2021 10:45:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38B59E08BF; Fri, 19 Mar 2021 10:45:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 203BCE08BF for ; Fri, 19 Mar 2021 10:45:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3986335D7F for ; Fri, 19 Mar 2021 10:45:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F1C95BA for ; Fri, 19 Mar 2021 10:45:26 +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: <1616150683.c586f62ba6c0c8b3649e9afaa3f8f0a22cc98630.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/grep/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/grep/grep-3.4.ebuild sys-apps/grep/grep-3.5.ebuild sys-apps/grep/grep-3.6.ebuild X-VCS-Directories: sys-apps/grep/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c586f62ba6c0c8b3649e9afaa3f8f0a22cc98630 X-VCS-Branch: master Date: Fri, 19 Mar 2021 10:45:26 +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: a31c75f3-c64d-4987-a007-25622a0e3702 X-Archives-Hash: b07bacc0c6588968556b72319ed67d8a commit: c586f62ba6c0c8b3649e9afaa3f8f0a22cc98630 Author: Sam James gentoo org> AuthorDate: Fri Mar 19 10:44:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 19 10:44:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c586f62b sys-apps/grep: add bug reference to libsigsegv line Bug: https://bugs.gentoo.org/673524 Signed-off-by: Sam James gentoo.org> sys-apps/grep/grep-3.4.ebuild | 2 +- sys-apps/grep/grep-3.5.ebuild | 2 +- sys-apps/grep/grep-3.6.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/grep/grep-3.4.ebuild b/sys-apps/grep/grep-3.4.ebuild index 89e057e1a1c..a33a051b2f6 100644 --- a/sys-apps/grep/grep-3.4.ebuild +++ b/sys-apps/grep/grep-3.4.ebuild @@ -39,7 +39,7 @@ src_prepare() { src_configure() { use static && append-ldflags -static - # don't link against libsigsegv even when available + # don't link against libsigsegv even when available, bug #673524 export ac_cv_libsigsegv=no # Always use pkg-config to get lib info for pcre. export ac_cv_search_pcre_compile=$( diff --git a/sys-apps/grep/grep-3.5.ebuild b/sys-apps/grep/grep-3.5.ebuild index 1ddad9147b1..c66425de596 100644 --- a/sys-apps/grep/grep-3.5.ebuild +++ b/sys-apps/grep/grep-3.5.ebuild @@ -39,7 +39,7 @@ src_prepare() { src_configure() { use static && append-ldflags -static - # don't link against libsigsegv even when available + # don't link against libsigsegv even when available, bug #673524 export ac_cv_libsigsegv=no # Always use pkg-config to get lib info for pcre. export ac_cv_search_pcre_compile=$( diff --git a/sys-apps/grep/grep-3.6.ebuild b/sys-apps/grep/grep-3.6.ebuild index 549cc796ef0..576125c1c74 100644 --- a/sys-apps/grep/grep-3.6.ebuild +++ b/sys-apps/grep/grep-3.6.ebuild @@ -38,7 +38,7 @@ src_prepare() { src_configure() { use static && append-ldflags -static - # don't link against libsigsegv even when available + # don't link against libsigsegv even when available, bug #673524 export ac_cv_libsigsegv=no # Always use pkg-config to get lib info for pcre. export ac_cv_search_pcre_compile=$(