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 1C978138359 for ; Sat, 7 Nov 2020 19:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A124E07D7; Sat, 7 Nov 2020 19:22:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 008C5E07D7 for ; Sat, 7 Nov 2020 19:22: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 88306340A51 for ; Sat, 7 Nov 2020 19:22:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C93C22CA for ; Sat, 7 Nov 2020 19:22: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: <1604776926.3a39d3b47c2e1c451e8af16f1cc52b3c6a00cb62.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/rhapsody/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/rhapsody/rhapsody-0.28b.ebuild X-VCS-Directories: net-irc/rhapsody/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 3a39d3b47c2e1c451e8af16f1cc52b3c6a00cb62 X-VCS-Branch: master Date: Sat, 7 Nov 2020 19:22: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: 975a3523-d53a-48db-ae3a-dc590b2e6fd5 X-Archives-Hash: fed8dc341716762e6d92c5a465cb9a7f commit: 3a39d3b47c2e1c451e8af16f1cc52b3c6a00cb62 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Nov 7 19:21:49 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Nov 7 19:22:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a39d3b4 net-irc/rhapsody: Apply gcc-10 workaround Bug: https://bugs.gentoo.org/706702 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> net-irc/rhapsody/rhapsody-0.28b.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/rhapsody/rhapsody-0.28b.ebuild b/net-irc/rhapsody/rhapsody-0.28b.ebuild index 52d276a3bb7..921c22d2b27 100644 --- a/net-irc/rhapsody/rhapsody-0.28b.ebuild +++ b/net-irc/rhapsody/rhapsody-0.28b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ src_configure() { } src_compile() { - emake CC="$(tc-getCC)" LOCALFLAGS="${CFLAGS}" + emake CC="$(tc-getCC)" LOCALFLAGS="${CFLAGS} -fcommon" } src_install() {