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 976431382C5 for ; Sat, 2 Jan 2021 15:45:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D101AE082F; Sat, 2 Jan 2021 15:45:23 +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 AC514E081B for ; Sat, 2 Jan 2021 15:45:23 +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 6200B340754 for ; Sat, 2 Jan 2021 15:45:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C37ED3FB for ; Sat, 2 Jan 2021 15:45:20 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1609602306.4d9c6e448feeb4f6f0bbf5ad516f655e27407bcd.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/hydra/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/hydra/hydra-9.0.ebuild X-VCS-Directories: net-analyzer/hydra/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 4d9c6e448feeb4f6f0bbf5ad516f655e27407bcd X-VCS-Branch: master Date: Sat, 2 Jan 2021 15:45:20 +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: a880059e-d7df-436f-840d-b0c3c9b071cd X-Archives-Hash: 7e427db691a7003a67b1811722cf9764 commit: 4d9c6e448feeb4f6f0bbf5ad516f655e27407bcd Author: Andreas K. Huettel gentoo org> AuthorDate: Sat Jan 2 15:44:44 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jan 2 15:45:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9c6e44 net-analyzer/hydra: Also add gcc-10 fix to 9.0 Bug: https://bugs.gentoo.org/706416 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel gentoo.org> net-analyzer/hydra/hydra-9.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-analyzer/hydra/hydra-9.0.ebuild b/net-analyzer/hydra/hydra-9.0.ebuild index 3a35af9c7db..3a812ec881b 100644 --- a/net-analyzer/hydra/hydra-9.0.ebuild +++ b/net-analyzer/hydra/hydra-9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -66,6 +66,8 @@ src_configure() { # Note: the top level configure script is not autoconf-based tc-export CC PKG_CONFIG + append-cflags -fcommon + export OPTS="${CFLAGS}" hydra_sed() {