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 50374138350 for ; Wed, 11 Mar 2020 18:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96BD7E0AC8; Wed, 11 Mar 2020 18:44:25 +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 800A4E0AC8 for ; Wed, 11 Mar 2020 18:44:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9989B34F0CE for ; Wed, 11 Mar 2020 18:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 525CD14C for ; Wed, 11 Mar 2020 18:44:23 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1583952250.d4f6086e8624fe7c06c8ebc32b73c487235d39e5.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/i7z/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild X-VCS-Directories: app-benchmarks/i7z/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d4f6086e8624fe7c06c8ebc32b73c487235d39e5 X-VCS-Branch: master Date: Wed, 11 Mar 2020 18:44:23 +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: 989112cf-e16f-48b3-9324-02873b6572d7 X-Archives-Hash: 5aea934effa711cedcb07c1551272af7 commit: d4f6086e8624fe7c06c8ebc32b73c487235d39e5 Author: Pacho Ramos gentoo org> AuthorDate: Wed Mar 11 18:33:01 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Mar 11 18:44:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f6086e app-benchmarks/i7z: Enforce -fcommon Closes: https://bugs.gentoo.org/706690 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Pacho Ramos gentoo.org> app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild b/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild index d121c8ebe66..47b4c7b42ec 100644 --- a/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild +++ b/app-benchmarks/i7z/i7z-93_p20131012-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic qmake-utils toolchain-funcs COMMIT="5023138d7c35c4667c938b853e5ea89737334e92" @@ -22,6 +22,7 @@ RDEPEND=" ) " DEPEND="${RDEPEND}" +BDEPEND="" PATCHES=( "${FILESDIR}"/i7z-0.27.2-ncurses.patch @@ -40,6 +41,9 @@ PATCHES=( S="${WORKDIR}/${PN}-${COMMIT}" src_configure() { + # Workaround to build with gcc-10 until I find a patch + append-cflags -fcommon + tc-export CC PKG_CONFIG cd GUI || die use qt5 && eqmake5 ${PN}_GUI.pro